Fix the name in the usage string
parent
05237669a0
commit
0f486d3b4a
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue