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