diff --git a/1_hello_world.c b/1_hello_world.c new file mode 100644 index 0000000..9a0a569 --- /dev/null +++ b/1_hello_world.c @@ -0,0 +1,6 @@ +#include + +void main () { + printf("Hello World!"); + return 0; +} \ No newline at end of file