diff --git a/src/main.cpp b/src/main.cpp index 1739d77..06a67f2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -10,6 +10,6 @@ int add_6(int cx) { } int main() { - std::cout << "Hello, world!" << add_6(5) << std::endl; + std::cout << "Hello, world!" << add_6(5) << get_greeting() << "/n"; return 0; }