diff --git a/hello_world.c b/hello_world.c new file mode 100644 index 0000000..878686d --- /dev/null +++ b/hello_world.c @@ -0,0 +1,5 @@ +#include + +int main(){ +printf("Hello, world!\n"); +}