diff --git a/main b/main index 6b61fbe..d41e108 100755 Binary files a/main and b/main differ diff --git a/src/main.cpp b/src/main.cpp index 5f2a26e..1e0ca28 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,6 @@ #include int main(){ - std::cout << "This is another test" << std::endl; + std::cout << "Testing from work" << std::endl; return 0; }