Add comment to day 8
parent
235595a1e6
commit
44dd22c816
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue