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