From 6c6216add94ec531d3532f06d944e17f0b1df224 Mon Sep 17 00:00:00 2001 From: saurabhranasr21 <85882653+saurabhranasr21@users.noreply.github.com> Date: Mon, 14 Jun 2021 18:48:28 +0530 Subject: [PATCH 1/2] Add files via upload hi --- End Term Practice/CSEE/q1.txt | 7 +++++++ End Term Practice/CSEE/q2.txt | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 End Term Practice/CSEE/q1.txt create mode 100644 End Term Practice/CSEE/q2.txt diff --git a/End Term Practice/CSEE/q1.txt b/End Term Practice/CSEE/q1.txt new file mode 100644 index 00000000..74a46a19 --- /dev/null +++ b/End Term Practice/CSEE/q1.txt @@ -0,0 +1,7 @@ +#include +using namespace std; +int main() +{ +cout<<"hello world"; +return 0; +} \ No newline at end of file diff --git a/End Term Practice/CSEE/q2.txt b/End Term Practice/CSEE/q2.txt new file mode 100644 index 00000000..bf642eec --- /dev/null +++ b/End Term Practice/CSEE/q2.txt @@ -0,0 +1,7 @@ +#include +using namespace std; +int main() +{ +cout<<"hello master ji"; +return 0; +} \ No newline at end of file From e451efe5bae8f5313a188e4b84a53a83f9df177a Mon Sep 17 00:00:00 2001 From: saurabhranasr21 <85882653+saurabhranasr21@users.noreply.github.com> Date: Mon, 14 Jun 2021 18:50:19 +0530 Subject: [PATCH 2/2] Add files via upload hi --- End Term Practice/CSEE/30_2013491_Saurabh_Rana/q1.txt | 7 +++++++ End Term Practice/CSEE/30_2013491_Saurabh_Rana/q2.txt | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 End Term Practice/CSEE/30_2013491_Saurabh_Rana/q1.txt create mode 100644 End Term Practice/CSEE/30_2013491_Saurabh_Rana/q2.txt diff --git a/End Term Practice/CSEE/30_2013491_Saurabh_Rana/q1.txt b/End Term Practice/CSEE/30_2013491_Saurabh_Rana/q1.txt new file mode 100644 index 00000000..74a46a19 --- /dev/null +++ b/End Term Practice/CSEE/30_2013491_Saurabh_Rana/q1.txt @@ -0,0 +1,7 @@ +#include +using namespace std; +int main() +{ +cout<<"hello world"; +return 0; +} \ No newline at end of file diff --git a/End Term Practice/CSEE/30_2013491_Saurabh_Rana/q2.txt b/End Term Practice/CSEE/30_2013491_Saurabh_Rana/q2.txt new file mode 100644 index 00000000..bf642eec --- /dev/null +++ b/End Term Practice/CSEE/30_2013491_Saurabh_Rana/q2.txt @@ -0,0 +1,7 @@ +#include +using namespace std; +int main() +{ +cout<<"hello master ji"; +return 0; +} \ No newline at end of file