initial; broken

This commit is contained in:
2019-07-13 19:19:01 -04:00
commit 868bded535
14 changed files with 254 additions and 0 deletions

9
cosets/src/main.cpp Normal file
View File

@@ -0,0 +1,9 @@
#include <iostream>
using namespace std;
int main(int argc, char *argv[]) {
cout << "hello, world!\n";
return 0;
}