diff --git a/main.c b/main.c index 86466e2..011da78 100644 --- a/main.c +++ b/main.c @@ -3,6 +3,7 @@ int main() { printf("Hello world"); - printf("This is the test branch"); + printf("\nThis is the test branch"); + printf("This is a new branch"); return 0; } \ No newline at end of file