From 20e8250ae7f9787138e65de45bd26ea013ff04cc Mon Sep 17 00:00:00 2001 From: Divyansh Date: Mon, 10 Nov 2025 21:29:37 +0530 Subject: [PATCH 1/2] NEW 1 commit --- main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.c b/main.c index 86466e2..2e9bd6a 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("\nThis is the branch WHat is love baby dont hurt me"); return 0; } \ No newline at end of file From 40f3ff1b9826b815674a89d66d65e9e9706a0f7a Mon Sep 17 00:00:00 2001 From: Divyansh Date: Mon, 10 Nov 2025 21:31:56 +0530 Subject: [PATCH 2/2] LMAO --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 2e9bd6a..011da78 100644 --- a/main.c +++ b/main.c @@ -4,6 +4,6 @@ int main() { printf("Hello world"); printf("\nThis is the test branch"); - printf("\nThis is the branch WHat is love baby dont hurt me"); + printf("This is a new branch"); return 0; } \ No newline at end of file