diff --git a/hello b/hello new file mode 100755 index 0000000..21d62ce Binary files /dev/null and b/hello differ diff --git a/hello.cpp b/hello.cpp index 741a241..f5afe31 100644 --- a/hello.cpp +++ b/hello.cpp @@ -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; }