Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
p-ranav authored Apr 9, 2019
1 parent bf3f582 commit a60cb8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ int main(int argc, char *argv[]) {
.action([](const std::string& value) { return std::stoi(value); });
program.parse_args(argc, argv);
auto input = program.get<int>("square");
std::cout << (input * input) << std::endl;
Expand Down

0 comments on commit a60cb8b

Please sign in to comment.