diff --git a/.hello.cpp.un~ b/.hello.cpp.un~ new file mode 100644 index 0000000..8451997 Binary files /dev/null and b/.hello.cpp.un~ differ diff --git a/hello b/hello new file mode 100755 index 0000000..6a1b63f Binary files /dev/null and b/hello differ diff --git a/hello.cpp b/hello.cpp index 741a241..a80c987 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 Alex, student id is: 301265497" << endl; } diff --git a/hello.cpp~ b/hello.cpp~ new file mode 100644 index 0000000..741a241 --- /dev/null +++ b/hello.cpp~ @@ -0,0 +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; +}