Skip to content

Commit

Permalink
Add version epilogue in quickstart.
Browse files Browse the repository at this point in the history
  • Loading branch information
karnkaul committed Oct 6, 2023
1 parent 6674345 commit cc7fef6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/quickstart/quickstart.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ auto main(int argc, char** argv) -> int {
}

if (!run(args.front(), verbose)) { return EXIT_FAILURE; }

std::cout << std::format("\n^^ kalcy v{}\n", kalcy::version_v);
}

0 comments on commit cc7fef6

Please sign in to comment.