diff --git a/test/test.c b/test/test.c new file mode 100644 index 0000000..9b419ab --- /dev/null +++ b/test/test.c @@ -0,0 +1,5 @@ +#include + +int main(){ + printf("Hello, world!\n"); +} \ No newline at end of file