Skip to content
Open
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
Binary file added hello
Binary file not shown.
3 changes: 2 additions & 1 deletion hello.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ using namespace std;
int main()
{
cout << "Hello!" << endl;
cout << "Great, you managed to get a copy of the repository from GitHub" << endl;
cout << "ENSC 251 is the best class ever!!!" << endl;
cout << "Also Irene is the best student in ENSC 251" << endl;
}