diff --git a/code/hello.c b/code/hello.c new file mode 100644 index 0000000..dd00e08 --- /dev/null +++ b/code/hello.c @@ -0,0 +1,7 @@ +#include + +int main() +{ + printf("Hello World"); + return 0; +}