From ef069c3a507b58dc17f83be741e53920fa26f996 Mon Sep 17 00:00:00 2001 From: totallyANT Date: Mon, 10 Nov 2025 21:25:36 +0530 Subject: [PATCH 1/3] anirudh's change --- main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.c b/main.c index 86466e2..7e8dfe5 100644 --- a/main.c +++ b/main.c @@ -1,8 +1,9 @@ -#include +cd #include int main() { printf("Hello world"); printf("This is the test branch"); + printf("im anirudh"); return 0; } \ No newline at end of file From 02becb66de4a8b004748dacaa36d2aeeba491251 Mon Sep 17 00:00:00 2001 From: totallyANT Date: Mon, 10 Nov 2025 21:30:33 +0530 Subject: [PATCH 2/3] test --- main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main.c b/main.c index 7e8dfe5..092b68f 100644 --- a/main.c +++ b/main.c @@ -5,5 +5,6 @@ int main() printf("Hello world"); printf("This is the test branch"); printf("im anirudh"); + printf("this is in the TESTING BRANCH"); return 0; } \ No newline at end of file From 3958320ec3039facc8b4656e17b0a51bd53eef42 Mon Sep 17 00:00:00 2001 From: totallyANT Date: Mon, 10 Nov 2025 21:31:44 +0530 Subject: [PATCH 3/3] master branch --- main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main.c b/main.c index 7e8dfe5..614f2ed 100644 --- a/main.c +++ b/main.c @@ -5,5 +5,6 @@ int main() printf("Hello world"); printf("This is the test branch"); printf("im anirudh"); + printf("back to master branch"); return 0; } \ No newline at end of file