From 976bd29b4f1f7768db440f881fb152161cf5e0f5 Mon Sep 17 00:00:00 2001 From: "github-classroom[bot]" <66690702+github-classroom[bot]@users.noreply.github.com> Date: Sat, 29 Nov 2025 06:00:38 +0000 Subject: [PATCH 1/3] add deadline --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 483845a..047665f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-22041afd0340ce965d47ae6ef1cefeee28c7c493a6346c4f15d667ab976d596c.svg)](https://classroom.github.com/a/irDYyZVA) # :wave: The Basics of GitHub ## 🤓 Course overview and learning outcomes From d1b45ab3edd06083818f85f0da3ccdb13c2e4249 Mon Sep 17 00:00:00 2001 From: Chethana Thakkalapti Date: Sat, 29 Nov 2025 11:38:17 +0530 Subject: [PATCH 2/3] Create my first pull request --- my first pull request | 1 + 1 file changed, 1 insertion(+) create mode 100644 my first pull request diff --git a/my first pull request b/my first pull request new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/my first pull request @@ -0,0 +1 @@ + From 1c6ee3830af94516301d877d27869e1b972786b0 Mon Sep 17 00:00:00 2001 From: Chethana Thakkalapti Date: Sat, 29 Nov 2025 11:55:30 +0530 Subject: [PATCH 3/3] Add first program with print statements Added a simple program to print the value of 'a'. --- my first pull request | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/my first pull request b/my first pull request index 8b13789..005e0f2 100644 --- a/my first pull request +++ b/my first pull request @@ -1 +1,5 @@ - +// first program ..and tried pull request +a=10 +b=10 +print(a) +print(a)