diff --git a/hello.c b/hello.c index 785e3f9..57d60b2 100644 --- a/hello.c +++ b/hello.c @@ -2,6 +2,7 @@ void main() { printf("WELCOME TO HORIZON 2K19"); - -printf("C program"); + +printf("C program"); + getch(); }