diff --git a/hello.c b/hello.c new file mode 100644 index 0000000..6d8505b --- /dev/null +++ b/hello.c @@ -0,0 +1,9 @@ +#include "stdio.h" + +int main() +{ + + printf("Something...\n"); + + return 0; +} \ No newline at end of file