This commit is contained in:
Brian Buller 2023-12-09 09:42:11 -06:00
parent 83ddf1b040
commit 74c102f2a0
1 changed files with 0 additions and 3 deletions

View File

@ -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)