-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathsource.cpp
More file actions
29 lines (26 loc) · 1.06 KB
/
source.cpp
File metadata and controls
29 lines (26 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#include <iostream>
using namespace std;
int main()
{
cout<<"Students who contributed in this repo on 15th march 2021"<<endl;
cout << "03-134182-088 Usman Hamid 6th Semester" << endl;
cout<<" 03-134182-037 Farhan Ashraf 6th Semester"<< endl;
cout<<"03-134211-050 Faheem Haider 1st Semester"<<endl;
cout<<" 03-134841-025 Someones name some semester" <<endl;
cout << "03-135211-023 Zain Ahmed 1st Semester\n";
cout<< "03-134182-041 Sameer Tahir 6th semester"<< endl;
cout<< "03-134191-030 Jahanzaib Nazir 5th Semester"<<endl;
cout<<" 03-134201-025 Armaghan bin zahid 3th Semester"<< endl;
cout<<" 090-waqas-2"<< endl;
cout<<" 03-135211_036 Haseebullah 1st Semester"<< endl;
/*
copy this line and paste it
cout<<" enrollment Name semester "<< endl;
*/
cout <<" 03-134202-060 Muhammad Saad 2nd Semester"<<endl;
cout<<"03-134202-090 Waqas anwar 2nd Semester"<<endl;
cout<<"some information"<<endl;
cout << "03-134202-035 Abdullah Javed 2nd Semester" << endl;
cout<<"03-134192-053 Daud Suleman 4th Semester"<<endl;
return 0;
}