diff --git a/v2/example/versioned/hello.cpp b/v2/example/versioned/hello.cpp index 8a86ff048..11fef734b 100644 --- a/v2/example/versioned/hello.cpp +++ b/v2/example/versioned/hello.cpp @@ -7,6 +7,6 @@ int main() { - std::cout << "Hello!\n"; + std::cout << "Hello there!\n"; return 1; }