From c4c36e8e91467e2e03f557c4de72719e2b665130 Mon Sep 17 00:00:00 2001 From: Tusharwankhede4102001 <53040838+Tusharwankhede4102001@users.noreply.github.com> Date: Thu, 18 Jul 2019 16:24:40 +0530 Subject: [PATCH] Update hello.c just added variable i.e,a,b,c --- hello.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.c b/hello.c index c99192a..c0fe5aa 100644 --- a/hello.c +++ b/hello.c @@ -2,6 +2,7 @@ void main() { printf("Hello World"); + printf("a,b,c"); } "hello world!"