diff --git a/hello.cpp b/hello.cpp index d45ccaa5a5474769dd255e9fa06a9e77a430d09e..ef54aa77f8aec0691a5fa60d6108ad2e5a906ff3 100644 --- a/hello.cpp +++ b/hello.cpp @@ -8,5 +8,7 @@ int main(int argc, char *argv[]) { std::cout << "5" << std::endl; std::cout << "613" << std::endl; + + std::cout << "ltf" << std::end; return 0; }