This commit is contained in:
DEC05EBA
2020-01-08 13:34:55 +01:00
commit d841066768
4 changed files with 597 additions and 0 deletions

7
tests/main.cpp Normal file
View File

@@ -0,0 +1,7 @@
#include <stdio.h>
int main(int argc, char **argv)
{
printf("hello, world!\n");
return 0;
}