initial commit

This commit is contained in:
churl
2021-04-07 11:26:35 +02:00
commit 84817cea86
2 changed files with 9 additions and 0 deletions
View File
+9
View File
@@ -0,0 +1,9 @@
#include <iostream>
using namespace std;
int main(int argc, char *argv[]) {
return 0;
}