diff --git a/RepoTest/RepoTest.cpp b/RepoTest/RepoTest.cpp index 4fac04d..07db915 100644 --- a/RepoTest/RepoTest.cpp +++ b/RepoTest/RepoTest.cpp @@ -1,9 +1,9 @@ #include - +using namespace std; int main() { - std::cout << "Hello Professor Ruse!\n"; + cout << "Hello Professor Ruse!\n"; }