first version

This commit is contained in:
Michael Hohn
2021-09-09 18:00:24 -07:00
committed by =Michael Hohn
commit c93451f34f
7 changed files with 466 additions and 0 deletions

5
src/example.cpp Normal file
View File

@@ -0,0 +1,5 @@
#include <cstdio>
int main(int argc, char** argv) {
printf("hello world\n");
}