diff --git a/day8/day8.cpp b/day8/day8.cpp index a908bfe..eae7bee 100644 --- a/day8/day8.cpp +++ b/day8/day8.cpp @@ -124,6 +124,7 @@ int part2(const std::vector &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");