diff --git a/hello.c b/hello.c new file mode 100644 index 00000000..85e11ca6 --- /dev/null +++ b/hello.c @@ -0,0 +1,5 @@ +#include + +int main() { +printf("first time\n"); +}