From 6964718e63da9c2fbcf0934491c1f7f70640c30f Mon Sep 17 00:00:00 2001 From: abhi28082000 <44504321+abhi28082000@users.noreply.github.com> Date: Fri, 26 Oct 2018 20:59:59 +0530 Subject: [PATCH] helloworld1 --- C/helloworld23.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 C/helloworld23.c diff --git a/C/helloworld23.c b/C/helloworld23.c new file mode 100644 index 0000000..bc9e6ba --- /dev/null +++ b/C/helloworld23.c @@ -0,0 +1,5 @@ +#include +void main() +{ + printf("Hello, World!"); +} \ No newline at end of file