Initial commit
This commit is contained in:
commit
fb17f39bb1
15 changed files with 932 additions and 0 deletions
0
src/lib.cpp
Normal file
0
src/lib.cpp
Normal file
0
src/lib.hpp
Normal file
0
src/lib.hpp
Normal file
5
src/main.cpp
Normal file
5
src/main.cpp
Normal file
|
@ -0,0 +1,5 @@
|
|||
#include <cstdio>
|
||||
int main(int argc, char** argv) {
|
||||
printf("Hello world!\n");
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue