From 0e763f61c3d3d31abc8cd91645725103c3d0de60 Mon Sep 17 00:00:00 2001 From: MeghaBahuguna <69198578+MeghaBahuguna@users.noreply.github.com> Date: Fri, 11 Jun 2021 10:23:25 +0530 Subject: [PATCH 1/9] Create 49_1018524_Megha_Bahuguna --- CSE-A/49_1018524_Megha_Bahuguna | 1 + 1 file changed, 1 insertion(+) create mode 100644 CSE-A/49_1018524_Megha_Bahuguna diff --git a/CSE-A/49_1018524_Megha_Bahuguna b/CSE-A/49_1018524_Megha_Bahuguna new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/CSE-A/49_1018524_Megha_Bahuguna @@ -0,0 +1 @@ + From 5453e0c8304df65007dca28219483abd14255d9b Mon Sep 17 00:00:00 2001 From: MeghaBahuguna <69198578+MeghaBahuguna@users.noreply.github.com> Date: Fri, 11 Jun 2021 10:30:23 +0530 Subject: [PATCH 2/9] Add files via upload --- CSE-A/Demo.java | 5 +++++ CSE-A/Demo2.txt | 11 +++++++++++ 2 files changed, 16 insertions(+) create mode 100644 CSE-A/Demo.java create mode 100644 CSE-A/Demo2.txt diff --git a/CSE-A/Demo.java b/CSE-A/Demo.java new file mode 100644 index 0000000..3a6626d --- /dev/null +++ b/CSE-A/Demo.java @@ -0,0 +1,5 @@ +public class Demo { +public static void main(String args[]){ + System.out.println("hello world"); +} +} \ No newline at end of file diff --git a/CSE-A/Demo2.txt b/CSE-A/Demo2.txt new file mode 100644 index 0000000..1d3b1ce --- /dev/null +++ b/CSE-A/Demo2.txt @@ -0,0 +1,11 @@ +public class Demo2 +{ + public static void main(String[] args) +{ + int i=0; + for(i=1;i<=10;i++) + { + System.out.println(i); + } +} +} \ No newline at end of file From e31ada397616cc0af48679806d84916f76eaa7dc Mon Sep 17 00:00:00 2001 From: MeghaBahuguna <69198578+MeghaBahuguna@users.noreply.github.com> Date: Fri, 11 Jun 2021 10:33:42 +0530 Subject: [PATCH 3/9] Create demo --- CSE-A/Megha_1018524/q1/demo | 1 + 1 file changed, 1 insertion(+) create mode 100644 CSE-A/Megha_1018524/q1/demo diff --git a/CSE-A/Megha_1018524/q1/demo b/CSE-A/Megha_1018524/q1/demo new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/CSE-A/Megha_1018524/q1/demo @@ -0,0 +1 @@ + From d1d68f94e2063f8d1f0be1cee664521a8498afb8 Mon Sep 17 00:00:00 2001 From: MeghaBahuguna <69198578+MeghaBahuguna@users.noreply.github.com> Date: Fri, 11 Jun 2021 10:36:00 +0530 Subject: [PATCH 4/9] Add files via upload --- CSE-A/Megha_1018524/q1/Demo.java | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CSE-A/Megha_1018524/q1/Demo.java diff --git a/CSE-A/Megha_1018524/q1/Demo.java b/CSE-A/Megha_1018524/q1/Demo.java new file mode 100644 index 0000000..3a6626d --- /dev/null +++ b/CSE-A/Megha_1018524/q1/Demo.java @@ -0,0 +1,5 @@ +public class Demo { +public static void main(String args[]){ + System.out.println("hello world"); +} +} \ No newline at end of file From 510f3547418250d45929693c660ce08a7e9b386a Mon Sep 17 00:00:00 2001 From: MeghaBahuguna <69198578+MeghaBahuguna@users.noreply.github.com> Date: Fri, 11 Jun 2021 10:37:22 +0530 Subject: [PATCH 5/9] Create demo --- CSE-A/Megha_1018524/q2/demo | 1 + 1 file changed, 1 insertion(+) create mode 100644 CSE-A/Megha_1018524/q2/demo diff --git a/CSE-A/Megha_1018524/q2/demo b/CSE-A/Megha_1018524/q2/demo new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/CSE-A/Megha_1018524/q2/demo @@ -0,0 +1 @@ + From 84db3728e38230dcff23bc171103e41bffbcfed0 Mon Sep 17 00:00:00 2001 From: MeghaBahuguna <69198578+MeghaBahuguna@users.noreply.github.com> Date: Fri, 11 Jun 2021 10:37:43 +0530 Subject: [PATCH 6/9] Add files via upload --- CSE-A/Megha_1018524/q2/Demo2.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CSE-A/Megha_1018524/q2/Demo2.txt diff --git a/CSE-A/Megha_1018524/q2/Demo2.txt b/CSE-A/Megha_1018524/q2/Demo2.txt new file mode 100644 index 0000000..1d3b1ce --- /dev/null +++ b/CSE-A/Megha_1018524/q2/Demo2.txt @@ -0,0 +1,11 @@ +public class Demo2 +{ + public static void main(String[] args) +{ + int i=0; + for(i=1;i<=10;i++) + { + System.out.println(i); + } +} +} \ No newline at end of file From 90a4bdde99c6b8aa8daf186f40761e4b7b9c0709 Mon Sep 17 00:00:00 2001 From: MeghaBahuguna <69198578+MeghaBahuguna@users.noreply.github.com> Date: Fri, 11 Jun 2021 10:44:09 +0530 Subject: [PATCH 7/9] Delete 49_1018524_Megha_Bahuguna --- CSE-A/49_1018524_Megha_Bahuguna | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CSE-A/49_1018524_Megha_Bahuguna diff --git a/CSE-A/49_1018524_Megha_Bahuguna b/CSE-A/49_1018524_Megha_Bahuguna deleted file mode 100644 index 8b13789..0000000 --- a/CSE-A/49_1018524_Megha_Bahuguna +++ /dev/null @@ -1 +0,0 @@ - From 4503f373ccfe514d6b1f05fb4bdb0a877ed5d8fa Mon Sep 17 00:00:00 2001 From: MeghaBahuguna <69198578+MeghaBahuguna@users.noreply.github.com> Date: Fri, 11 Jun 2021 10:44:25 +0530 Subject: [PATCH 8/9] Delete Demo.java --- CSE-A/Demo.java | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 CSE-A/Demo.java diff --git a/CSE-A/Demo.java b/CSE-A/Demo.java deleted file mode 100644 index 3a6626d..0000000 --- a/CSE-A/Demo.java +++ /dev/null @@ -1,5 +0,0 @@ -public class Demo { -public static void main(String args[]){ - System.out.println("hello world"); -} -} \ No newline at end of file From 5376e36436405f88a752a058e315c6ca7a2e861f Mon Sep 17 00:00:00 2001 From: MeghaBahuguna <69198578+MeghaBahuguna@users.noreply.github.com> Date: Fri, 11 Jun 2021 10:44:41 +0530 Subject: [PATCH 9/9] Delete Demo2.txt --- CSE-A/Demo2.txt | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 CSE-A/Demo2.txt diff --git a/CSE-A/Demo2.txt b/CSE-A/Demo2.txt deleted file mode 100644 index 1d3b1ce..0000000 --- a/CSE-A/Demo2.txt +++ /dev/null @@ -1,11 +0,0 @@ -public class Demo2 -{ - public static void main(String[] args) -{ - int i=0; - for(i=1;i<=10;i++) - { - System.out.println(i); - } -} -} \ No newline at end of file