From 7268dd44d71790cfb2d458046371e58b93d9de76 Mon Sep 17 00:00:00 2001 From: Rico45-Vizil <61464514+Rico45-Vizil@users.noreply.github.com> Date: Sat, 17 Oct 2020 20:32:03 +0530 Subject: [PATCH] Create helloworld2.c --- helloworld2.c | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 helloworld2.c diff --git a/helloworld2.c b/helloworld2.c new file mode 100644 index 0000000..0d3047f --- /dev/null +++ b/helloworld2.c @@ -0,0 +1,2 @@ +#include +printf("Hello world");