aoc2025 - add missing file, update for Prelude change

This commit is contained in:
2025-12-29 10:22:39 -08:00
parent 223b1563a9
commit 7d262d9930
3 changed files with 1 additions and 5 deletions

View File

@@ -4,7 +4,6 @@ import Prelude
import Node
import Aoc
import Data.SortedMap
import Monad.State
gridPoints : String List (Char × Int × Int)
gridPoints text = go 0 0 (unpack text) Nil