diff --git a/hello-world.c b/hello-world.c new file mode 100644 index 0000000..644e896 --- /dev/null +++ b/hello-world.c @@ -0,0 +1,7 @@ +#include + +int main() { + printf("Hello World!\n"); + printf("Hello again, World!\n"); + return 0; +} \ No newline at end of file