commit 84817cea86b922ffa3c68d72c3d8e418ecd99702 Author: churl Date: Wed Apr 7 11:26:35 2021 +0200 initial commit diff --git a/.projectile b/.projectile new file mode 100644 index 0000000..e69de29 diff --git a/src/main.cpp b/src/main.cpp new file mode 100644 index 0000000..da90f13 --- /dev/null +++ b/src/main.cpp @@ -0,0 +1,9 @@ +#include + +using namespace std; + +int main(int argc, char *argv[]) { + + + return 0; +}