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