diff --git a/2023/day09/main.go b/2023/day09/main.go index ac4eeb3..c20d7e5 100644 --- a/2023/day09/main.go +++ b/2023/day09/main.go @@ -7,9 +7,6 @@ import ( h "git.bullercodeworks.com/brian/adventofcode/helpers" ) -// 2185006187 is too high -// 1920491799 is too high - func main() { inp := h.StdinToStringSlice() solve(inp)