Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit 0f1d250

Browse files
authored
Update cpp-client-getting-started.adoc
1 parent 5c8bee7 commit 0f1d250

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/modules/ROOT/pages/cpp-client-getting-started.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ Then, You can include the library and start a client using the following code:
8888
8989
int main() {
9090
auto hz = hazelcast::new_client().get();
91+
std::cout << "Hazelcast client started and connected to Hazelcast cluster successfully" << std::endl;
9192
return 0;
9293
}
9394
----

0 commit comments

Comments
 (0)