Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
danctorres committed Dec 8, 2024
1 parent b7ee2ae commit 7637a98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/cpp/hello.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@

auto greet() -> std::string { return "Hello World!"; }

auto greet() -> std::string { return "Hello World2!"; }

auto farewell() -> std::string { return "Bye World!"; }

0 comments on commit 7637a98

Please sign in to comment.