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