diff --git a/hello.cpp b/hello.cpp index 741a241..0de331e 100644 --- a/hello.cpp +++ b/hello.cpp @@ -1,9 +1,9 @@ #include using namespace std; - + int main() { cout << "Hello!" << endl; - cout << "Great, you managed to get a copy of the repository from GitHub" << endl; + cout << "My name is Michael Chambers" << endl; // Changed the generic output to my name } diff --git a/hello.exe b/hello.exe new file mode 100644 index 0000000..091c959 Binary files /dev/null and b/hello.exe differ