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