From 4d5cb15c283cff2ee6f6c8646d3962bc90d123f5 Mon Sep 17 00:00:00 2001 From: codereenter <72278028+codereenter@users.noreply.github.com> Date: Sat, 3 Oct 2020 01:17:25 +0530 Subject: [PATCH] Update hello.c improving code --- codes/hello.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codes/hello.c b/codes/hello.c index 645c16f..d8f96b9 100644 --- a/codes/hello.c +++ b/codes/hello.c @@ -3,4 +3,6 @@ void main() { printf("HELLO WORLD"); // this is keyword for printing any value , statement etc. + + getch(); }