From 44dd22c8168095e84c667627d4a9dc2083d3283d Mon Sep 17 00:00:00 2001 From: Nick Krichevsky Date: Tue, 8 Dec 2020 00:38:04 -0500 Subject: [PATCH] Add comment to day 8 --- day8/day8.cpp | 1 + 1 file changed, 1 insertion(+) 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");