1
0
Fork 0
advent-of-code/2020/12/Part1.hs

11 lines
145 B
Haskell
Raw Permalink Normal View History

2022-09-21 09:19:53 -04:00
#!/usr/bin/env runghc
module Day12.Part1 where
import Day12
main = interact (show . solve . parseProgram)
toList (a, b) = [a, b]
solve = run