Skip to content

Commit

Permalink
Update test_helloworld.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-Leo-Smith authored May 9, 2024
1 parent 7316438 commit bfced9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_helloworld.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ template<typename Format, typename... Args>

int main(int argc, char *argv[]) {
using fmt::format_to;
std::cout << fmt::format("shit: {}", argv[0]) << std::endl;
std::cout << fmt::format("argv[0]: {}", argv[0]) << std::endl;
}

0 comments on commit bfced9b

Please sign in to comment.