Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion source.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ int main()
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;
cout<<"03-134192-053 Daud Suleman 4th Semester"<<endl;
cout << "03-134202-035 Abdullah Javed 7th Semester" << endl;
return 0;
}