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 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