diff --git a/hello b/hello new file mode 100755 index 0000000..4c0d1b1 Binary files /dev/null and b/hello differ diff --git a/hello.cpp b/hello.cpp index 741a241..bce0da5 100644 --- a/hello.cpp +++ b/hello.cpp @@ -1,9 +1,10 @@ -#include -using namespace std; +#include +using namespace std; + - int main() { - cout << "Hello!" << endl; + cout << "Hello! Git Hub!!!" << endl; + cout << "Boyang Hu\n";//This line inputs Boyang Hu cout << "Great, you managed to get a copy of the repository from GitHub" << endl; }