Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
danctorres committed Jan 19, 2025
1 parent c881643 commit fee4192
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/cpp/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@

auto main(int /*argc*/, char** /*argv*/) -> int {
std::cout << greet() << '\n';
std::cout << "hi" << '\n';
return 0;
}

0 comments on commit fee4192

Please sign in to comment.