Add comment to day 8

master
Nick Krichevsky 2020-12-08 00:38:04 -05:00
parent 235595a1e6
commit 44dd22c816
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ int part2(const std::vector<ProgramLine> &lines) {
if (result.second) {
return result.first;
}
// Otherwise, keep searching for a program that terminates normally
}
throw new std::invalid_argument("No solution in input");