From 08642f914a9d363faa215f1ddb885aed9199943d Mon Sep 17 00:00:00 2001 From: Anirudh-18 <93654337+Anirudh-18@users.noreply.github.com> Date: Wed, 3 Nov 2021 17:33:03 +0530 Subject: [PATCH] Create hello.c --- hello.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hello.c diff --git a/hello.c b/hello.c new file mode 100644 index 0000000..4acf37f --- /dev/null +++ b/hello.c @@ -0,0 +1,6 @@ +#include + +main() +{ + printf('Hello'); +}