diff --git a/hello.c b/hello.c new file mode 100644 index 0000000..bf7d9d3 --- /dev/null +++ b/hello.c @@ -0,0 +1,10 @@ +#include + +int main(int argc, char *argv[]) +{ + printf("hello world\n"); + + printf("test\n"); + + return 0; +}