From 4c086bfe16896c9c129bb43091ebc012bb4c45f7 Mon Sep 17 00:00:00 2001 From: sabnaz1988 Date: Wed, 15 Apr 2026 12:34:10 +1000 Subject: [PATCH 1/2] Update sample.txt --- sample.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/sample.txt b/sample.txt index 6a7bf5f..52b5e83 100644 --- a/sample.txt +++ b/sample.txt @@ -1,2 +1,3 @@ HI this is a sample file for demo this is second line +this is the third line From 773f9388aafb854df02aae43dc16a19a1dbb55fc Mon Sep 17 00:00:00 2001 From: Sabahat Naz Date: Wed, 15 Apr 2026 22:42:53 +1000 Subject: [PATCH 2/2] Update sample.txt SN added the third line for practice --- sample.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample.txt b/sample.txt index 52b5e83..c563c09 100644 --- a/sample.txt +++ b/sample.txt @@ -1,3 +1,3 @@ HI this is a sample file for demo this is second line -this is the third line +this is the third line added by Sabaht Naz