From 994e1c640c988d6b9d71dee4b77b6d60b0f4a820 Mon Sep 17 00:00:00 2001 From: atomiclifestyle Date: Mon, 20 Nov 2023 18:44:21 +0530 Subject: [PATCH 1/2] abc --- B423024.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 B423024.c diff --git a/B423024.c b/B423024.c new file mode 100644 index 0000000..8c7e5eb --- /dev/null +++ b/B423024.c @@ -0,0 +1,5 @@ +#include +int main(){ + printf("hello world"); + return 0; +} \ No newline at end of file From 3cdea4f527f8beda524d142fea91020667dc2694 Mon Sep 17 00:00:00 2001 From: atomiclifestyle Date: Mon, 20 Nov 2023 18:54:24 +0530 Subject: [PATCH 2/2] nothing --- B423024.c | 1 + 1 file changed, 1 insertion(+) diff --git a/B423024.c b/B423024.c index 8c7e5eb..8cb28cd 100644 --- a/B423024.c +++ b/B423024.c @@ -1,5 +1,6 @@ #include int main(){ printf("hello world"); + printf("hello india"); return 0; } \ No newline at end of file