From e10fdfe3bef4a985802372fa0216b24c58dbe1ad Mon Sep 17 00:00:00 2001 From: Venky0426 Date: Mon, 27 May 2024 16:02:47 +0530 Subject: [PATCH 01/15] Firstcommit --- test.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test.py diff --git a/test.py b/test.py new file mode 100644 index 0000000..34d86c4 --- /dev/null +++ b/test.py @@ -0,0 +1,6 @@ +#include +int main() { + // printf() displays the string inside quotation + printf("Hello, World!"); + return 0; +} From 684f8bf2e9eb7ce5a4863cf0257b5bf9a1fd8781 Mon Sep 17 00:00:00 2001 From: Venkey HM <156779372+Venky0426@users.noreply.github.com> Date: Mon, 27 May 2024 16:15:12 +0530 Subject: [PATCH 02/15] Update test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 34d86c4..5d46592 100644 --- a/test.py +++ b/test.py @@ -2,5 +2,5 @@ int main() { // printf() displays the string inside quotation printf("Hello, World!"); - return 0; + return ; } From 772e5e9f4c92592460496f47100c7db369e28e02 Mon Sep 17 00:00:00 2001 From: Venkey HM <156779372+Venky0426@users.noreply.github.com> Date: Mon, 27 May 2024 16:27:49 +0530 Subject: [PATCH 03/15] Updated test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 5d46592..6aac0ee 100644 --- a/test.py +++ b/test.py @@ -2,5 +2,5 @@ int main() { // printf() displays the string inside quotation printf("Hello, World!"); - return ; + return 11; } From 8bce45b0c53397d7015e3f6aaffe9338d56acfaf Mon Sep 17 00:00:00 2001 From: Venkey HM <156779372+Venky0426@users.noreply.github.com> Date: Mon, 27 May 2024 16:54:07 +0530 Subject: [PATCH 04/15] Update test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 6aac0ee..84c67a6 100644 --- a/test.py +++ b/test.py @@ -2,5 +2,5 @@ int main() { // printf() displays the string inside quotation printf("Hello, World!"); - return 11; + return 18; } From c2382a2bebd46b364028dc96c903860cd19675b7 Mon Sep 17 00:00:00 2001 From: Venkey HM <156779372+Venky0426@users.noreply.github.com> Date: Mon, 27 May 2024 17:07:25 +0530 Subject: [PATCH 05/15] Updatedone test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 84c67a6..87bba32 100644 --- a/test.py +++ b/test.py @@ -2,5 +2,5 @@ int main() { // printf() displays the string inside quotation printf("Hello, World!"); - return 18; + return 100; } From 5264b590bd614848838dc547c8da8f996e709818 Mon Sep 17 00:00:00 2001 From: Venkey HM <156779372+Venky0426@users.noreply.github.com> Date: Mon, 27 May 2024 17:19:55 +0530 Subject: [PATCH 06/15] Update test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 87bba32..3aa3571 100644 --- a/test.py +++ b/test.py @@ -2,5 +2,5 @@ int main() { // printf() displays the string inside quotation printf("Hello, World!"); - return 100; + return 200; } From ba62d32c9bfd631b0a3b2218a37c6265090253d3 Mon Sep 17 00:00:00 2001 From: Venkey HM <156779372+Venky0426@users.noreply.github.com> Date: Mon, 27 May 2024 17:20:32 +0530 Subject: [PATCH 07/15] Update test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 3aa3571..51f33e2 100644 --- a/test.py +++ b/test.py @@ -2,5 +2,5 @@ int main() { // printf() displays the string inside quotation printf("Hello, World!"); - return 200; + return 1100; } From 3ce65126be93cff6da82669b7314346964008e87 Mon Sep 17 00:00:00 2001 From: Venkey HM <156779372+Venky0426@users.noreply.github.com> Date: Mon, 27 May 2024 17:33:05 +0530 Subject: [PATCH 08/15] Update test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 51f33e2..673a5a1 100644 --- a/test.py +++ b/test.py @@ -2,5 +2,5 @@ int main() { // printf() displays the string inside quotation printf("Hello, World!"); - return 1100; + return 1200; } From a8de7b35a6459bbb5fa120454e983f72a06dee17 Mon Sep 17 00:00:00 2001 From: Venkey HM <156779372+Venky0426@users.noreply.github.com> Date: Mon, 27 May 2024 18:32:55 +0530 Subject: [PATCH 09/15] Update test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 673a5a1..46dea46 100644 --- a/test.py +++ b/test.py @@ -2,5 +2,5 @@ int main() { // printf() displays the string inside quotation printf("Hello, World!"); - return 1200; + return 2200; } From 1aecf4f0b2d73f11648b0212a6ed8bdb4deec658 Mon Sep 17 00:00:00 2001 From: Venkey HM <156779372+Venky0426@users.noreply.github.com> Date: Mon, 27 May 2024 18:44:31 +0530 Subject: [PATCH 10/15] Update test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 46dea46..3aa3571 100644 --- a/test.py +++ b/test.py @@ -2,5 +2,5 @@ int main() { // printf() displays the string inside quotation printf("Hello, World!"); - return 2200; + return 200; } From 71388e0f4ff8035b17c9d062c4267ef7afe96234 Mon Sep 17 00:00:00 2001 From: Venkey HM <156779372+Venky0426@users.noreply.github.com> Date: Mon, 27 May 2024 19:02:58 +0530 Subject: [PATCH 11/15] Update test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 3aa3571..c03b2e9 100644 --- a/test.py +++ b/test.py @@ -2,5 +2,5 @@ int main() { // printf() displays the string inside quotation printf("Hello, World!"); - return 200; + return 2000; } From ff0752f72b1d3fe918a3769ac48dadab30e6bc16 Mon Sep 17 00:00:00 2001 From: Venkey HM <156779372+Venky0426@users.noreply.github.com> Date: Tue, 28 May 2024 05:25:06 +0530 Subject: [PATCH 12/15] Update test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index c03b2e9..69ff284 100644 --- a/test.py +++ b/test.py @@ -2,5 +2,5 @@ int main() { // printf() displays the string inside quotation printf("Hello, World!"); - return 2000; + return 5000; } From 1c10ea6fd1ddcbacda9cae047569e2cb5dd66233 Mon Sep 17 00:00:00 2001 From: Venkey HM <156779372+Venky0426@users.noreply.github.com> Date: Tue, 28 May 2024 05:36:45 +0530 Subject: [PATCH 13/15] Update test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 69ff284..2d5d44c 100644 --- a/test.py +++ b/test.py @@ -2,5 +2,5 @@ int main() { // printf() displays the string inside quotation printf("Hello, World!"); - return 5000; + return 000; } From 95193a4107a12085add30419fa8ff85616d2e6e2 Mon Sep 17 00:00:00 2001 From: Venkey HM <156779372+Venky0426@users.noreply.github.com> Date: Tue, 28 May 2024 05:51:02 +0530 Subject: [PATCH 14/15] Update test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 2d5d44c..0ea7574 100644 --- a/test.py +++ b/test.py @@ -2,5 +2,5 @@ int main() { // printf() displays the string inside quotation printf("Hello, World!"); - return 000; + return 0100; } From cdad37fc606f655b5092347f04abc17ac5ee4356 Mon Sep 17 00:00:00 2001 From: Venkey HM <156779372+Venky0426@users.noreply.github.com> Date: Tue, 28 May 2024 06:09:47 +0530 Subject: [PATCH 15/15] Update test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 0ea7574..67def57 100644 --- a/test.py +++ b/test.py @@ -2,5 +2,5 @@ int main() { // printf() displays the string inside quotation printf("Hello, World!"); - return 0100; + return 012200; }