From 4427ab0b733126003f2041077fe7a7ab6b2be51f Mon Sep 17 00:00:00 2001 From: Anser Date: Thu, 3 Jul 2025 16:04:29 +0530 Subject: [PATCH 1/2] task1 added sayworld into file --- Untitled-1.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 Untitled-1.txt diff --git a/Untitled-1.txt b/Untitled-1.txt new file mode 100644 index 00000000..71bf4c25 --- /dev/null +++ b/Untitled-1.txt @@ -0,0 +1 @@ +print("helooworld") From a1c71c18eb7d35410be6ab1f8e76082b639f3b2d Mon Sep 17 00:00:00 2001 From: Anser Date: Thu, 3 Jul 2025 16:12:29 +0530 Subject: [PATCH 2/2] changed file --- Untitled-1.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Untitled-1.txt b/Untitled-1.txt index 71bf4c25..c424f683 100644 --- a/Untitled-1.txt +++ b/Untitled-1.txt @@ -1 +1,3 @@ print("helooworld") +print("sayworld") +print("hi") \ No newline at end of file