Fix the name in the usage string

master
Nick Krichevsky 2020-12-02 12:39:33 -05:00
parent 05237669a0
commit 0f486d3b4a
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ int part2(const std::vector<std::string> &input) {
int main(int argc, char *argv[]) {
if (argc != 2) {
std::cerr << "./day1 <input_file>" << std::endl;
std::cerr << "./day2 <input_file>" << std::endl;
return 1;
}