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