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