diff --git a/hello b/hello new file mode 100755 index 0000000..9b27a6d Binary files /dev/null and b/hello differ diff --git a/hello.cpp b/hello.cpp index 741a241..f717fa5 100644 --- a/hello.cpp +++ b/hello.cpp @@ -1,9 +1,22 @@ #include using namespace std; + +//This is an edit by Zhong Jia Xue (William) ENSC 251 May 24 2018 + int main() { cout << "Hello!" << endl; cout << "Great, you managed to get a copy of the repository from GitHub" << endl; + + for (int i =0; i<10; i++) + { + + cout << "What time is it?" <