From e3bca8c524f0baf45b133ccc63cd3a23ad056f01 Mon Sep 17 00:00:00 2001 From: TechyAyush139 <72157349+TechyAyush139@users.noreply.github.com> Date: Thu, 1 Oct 2020 01:04:02 +0530 Subject: [PATCH] Update hello.c --- cPractice1/hello.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cPractice1/hello.c b/cPractice1/hello.c index abcb22c..f5a7b6e 100644 --- a/cPractice1/hello.c +++ b/cPractice1/hello.c @@ -1,6 +1,8 @@ #include +#include int main(void) { - printf("hello, world2\n"); -} \ No newline at end of file + printf("hello, world \n"); + getch(); +}