diff --git a/README b/README new file mode 100644 index 0000000..e69de29 diff --git a/hello b/hello new file mode 100755 index 0000000..c9c5cd2 Binary files /dev/null and b/hello differ diff --git a/hello.cpp b/hello.cpp index 741a241..f82badc 100644 --- a/hello.cpp +++ b/hello.cpp @@ -6,4 +6,5 @@ int main() { cout << "Hello!" << endl; cout << "Great, you managed to get a copy of the repository from GitHub" << endl; + cout << "My name is Xingyu Yi"; }