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