diff --git a/sources/c/example/example.c b/sources/c/example/example.c index 238dfb0..28cb9ce 100644 --- a/sources/c/example/example.c +++ b/sources/c/example/example.c @@ -2,7 +2,7 @@ int main() { for (int i = 0; i < 10; i++) { - printf("Example"); + printf("Example\n"); } return 0; }