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(); }