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