Initial commit

This commit is contained in:
2020-05-17 23:16:40 +02:00
commit 1771977c98
11 changed files with 118 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#ifndef TEST_STATIC_LIBRARY_H
#define TEST_STATIC_LIBRARY_H
int hello(int input);
#endif //TEST_STATIC_LIBRARY_H