From b573a19ac14f3aa4045bc3356eafce3f7a613fec Mon Sep 17 00:00:00 2001 From: shehani Date: Thu, 25 Oct 2018 05:13:28 -0700 Subject: [PATCH] add hello world --- C/helloworld2.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 C/helloworld2.txt 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