initial commit

This commit is contained in:
Ben
2019-10-04 19:52:22 +01:00
parent 2d1ee82368
commit fe448c3dd7
19 changed files with 36595 additions and 0 deletions

5
src/main.cpp Normal file
View File

@@ -0,0 +1,5 @@
#include <iostream>
int main(int argc, char** argv) {
std::cout << "smh" << std::endl;
}