diff --git a/cool.c b/cool.c index 8aa99b1..5b337a7 100644 --- a/cool.c +++ b/cool.c @@ -1,7 +1,10 @@ #include +#include int main() { - printf("helloworld"); + clrscr(); + printf("hello world"); + getch(); }