diff --git a/hello world.c b/hello world.c new file mode 100644 index 0000000..8db423c --- /dev/null +++ b/hello world.c @@ -0,0 +1,9 @@ +/* Hello World program */ + +#include + +main() +{ + printf("Hello World"); + +} \ No newline at end of file