diff --git a/hello b/hello new file mode 100755 index 0000000..bed9736 Binary files /dev/null and b/hello differ diff --git a/hello.cpp b/hello.cpp index 741a241..fd401b7 100644 --- a/hello.cpp +++ b/hello.cpp @@ -1,9 +1,11 @@ #include using namespace std; +//You have switched to a branch called "ensc251yupeng" int main() { - cout << "Hello!" << endl; - cout << "Great, you managed to get a copy of the repository from GitHub" << endl; + cout << "Yupeng is following the GitHub tutorial!" << endl; + cout << "Great, I managed to get a copy of the repository from GitHub" << endl; + return 0; }