initial commit

This commit is contained in:
Phuntsok Drak-pa
2018-10-19 20:03:06 +02:00
commit 06a423b3d7
4 changed files with 48 additions and 0 deletions

6
src/main.c Normal file
View File

@@ -0,0 +1,6 @@
#include <stdio.h>
int main(int argc, char* argv[]) {
printf("Hello World!\n");
return 0;
}