diff --git a/hello.c b/hello.c index c01d16b..562cbd3 100644 --- a/hello.c +++ b/hello.c @@ -2,6 +2,9 @@ void main() { - printf("hello world"); + printf("hello world\n"); + printf("hello world\n"); + printf("hello world\n"); + printf("hello world\n"); return 0; } \ No newline at end of file