Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ Yash Kumar Gupta
Kunal Rustagi.
Ayush Arora
Anish Agrawal
Rahul Singh Rawat
2 changes: 1 addition & 1 deletion hey.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ int main()
{


cout<<"Hello IEEE ";
cout<<"Hello IEEE: This is Rahul Singh Rawat ";
return 0;

}