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/3] 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/3] 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 +} From bba8c722fa0c9d3b00ad63b6fbc5fa71fb2de5af Mon Sep 17 00:00:00 2001 From: sarahgeorgee <156364960+sarahgeorgee@users.noreply.github.com> Date: Tue, 28 May 2024 09:13:37 +0530 Subject: [PATCH 3/3] new file added --- add.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add.py b/add.py index c3a186e..08316a7 100644 --- a/add.py +++ b/add.py @@ -4,4 +4,4 @@ b = 100 -print (a * b) +print (a + b)