From 90f1417ff094cb7c43514f9e53f7f0e4e6adbb6f Mon Sep 17 00:00:00 2001 From: Tanisha Singh <50816819+TanishaSingh16@users.noreply.github.com> Date: Tue, 19 Nov 2019 14:05:12 +0530 Subject: [PATCH] Create hello.c --- hello.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hello.c diff --git a/hello.c b/hello.c new file mode 100644 index 0000000..2dc1068 --- /dev/null +++ b/hello.c @@ -0,0 +1,7 @@ +#include + +int main() +{ + printf ("vanilla"); + return 0; +}