diff --git a/hello b/hello new file mode 100755 index 0000000..7ff33a8 Binary files /dev/null and b/hello differ diff --git a/hello.cpp b/hello.cpp index 741a241..3cae874 100644 --- a/hello.cpp +++ b/hello.cpp @@ -5,5 +5,10 @@ using namespace std; int main() { cout << "Hello!" << endl; + cout << "Hello!" << endl; + cout << "Hello! my name is Roy" << endl; + cout << "Hello!" << endl; + cout << "Hello!" << endl; cout << "Great, you managed to get a copy of the repository from GitHub" << endl; + return 0; }