diff --git a/src/test/hello.c b/src/test/hello.c new file mode 100644 index 0000000..94443f4 --- /dev/null +++ b/src/test/hello.c @@ -0,0 +1,5 @@ +int main() +{ + printf("%s", "Hello, world!\n"); + return 0; +}