initial commit

This commit is contained in:
Phuntsok Drak-pa
2019-03-19 10:14:19 +01:00
commit d14dd678d3
8 changed files with 530 additions and 0 deletions

6
src/main.cpp Normal file
View File

@@ -0,0 +1,6 @@
#include <iostream>
int main(int argc, char **argv) {
std::cout << "Hello World!\n";
return 0;
}