From 65ca1f10819ecc0cd04bbed40d5fde59a1674099 Mon Sep 17 00:00:00 2001 From: vasu1403 <79592598+vasu1403@users.noreply.github.com> Date: Fri, 11 Jun 2021 18:22:42 +0530 Subject: [PATCH 1/2] Create demo2 --- CSE-VI-B/71_1018628_Vasu_Bhatia/demo2 | 1 + 1 file changed, 1 insertion(+) create mode 100644 CSE-VI-B/71_1018628_Vasu_Bhatia/demo2 diff --git a/CSE-VI-B/71_1018628_Vasu_Bhatia/demo2 b/CSE-VI-B/71_1018628_Vasu_Bhatia/demo2 new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/CSE-VI-B/71_1018628_Vasu_Bhatia/demo2 @@ -0,0 +1 @@ + From 50d643ce3103f4cbd54ef9678e5462a775eb770c Mon Sep 17 00:00:00 2001 From: vasu1403 <79592598+vasu1403@users.noreply.github.com> Date: Fri, 11 Jun 2021 18:32:26 +0530 Subject: [PATCH 2/2] Add files via upload --- CSE-VI-B/71_1018628_Vasu_Bhatia/hello.txt | 7 +++++++ CSE-VI-B/71_1018628_Vasu_Bhatia/print.txt | 11 +++++++++++ 2 files changed, 18 insertions(+) create mode 100644 CSE-VI-B/71_1018628_Vasu_Bhatia/hello.txt create mode 100644 CSE-VI-B/71_1018628_Vasu_Bhatia/print.txt diff --git a/CSE-VI-B/71_1018628_Vasu_Bhatia/hello.txt b/CSE-VI-B/71_1018628_Vasu_Bhatia/hello.txt new file mode 100644 index 0000000..c9bf10e --- /dev/null +++ b/CSE-VI-B/71_1018628_Vasu_Bhatia/hello.txt @@ -0,0 +1,7 @@ +class hello +{ +public static void main(String[] args) +{ +System.out.println("hello world"); +} +} \ No newline at end of file diff --git a/CSE-VI-B/71_1018628_Vasu_Bhatia/print.txt b/CSE-VI-B/71_1018628_Vasu_Bhatia/print.txt new file mode 100644 index 0000000..7fb5a1f --- /dev/null +++ b/CSE-VI-B/71_1018628_Vasu_Bhatia/print.txt @@ -0,0 +1,11 @@ +class solution2 +{ +public static void main(String[] args) +{ +int n=10,i; +for(i=0;i