From 408a5a492655dceb3dcde7dab51663c6f6a878e7 Mon Sep 17 00:00:00 2001 From: sarahgeorgee <156364960+sarahgeorgee@users.noreply.github.com> Date: Tue, 28 May 2024 09:05:11 +0530 Subject: [PATCH 1/2] first commit --- big.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 big.c diff --git a/big.c b/big.c new file mode 100644 index 0000000..3496364 --- /dev/null +++ b/big.c @@ -0,0 +1,6 @@ +#include +void main() +{ + printf("hello world"); + return 0; +} \ No newline at end of file From ec24342fcc7076296bf437ac69f862b3c7022fc2 Mon Sep 17 00:00:00 2001 From: sarahgeorgee <156364960+sarahgeorgee@users.noreply.github.com> Date: Tue, 28 May 2024 09:09:51 +0530 Subject: [PATCH 2/2] Update big.c --- big.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/big.c b/big.c index 3496364..b3cd52f 100644 --- a/big.c +++ b/big.c @@ -1,6 +1,6 @@ #include void main() { - printf("hello world"); + printf("hello "); return 0; -} \ No newline at end of file +}