1
0
Fork 0
advent-of-code/2020/12/Part1.hs
2020-12-13 10:54:35 -05:00

10 lines
145 B
Haskell
Executable file

#!/usr/bin/env runghc
module Day12.Part1 where
import Day12
main = interact (show . solve . parseProgram)
toList (a, b) = [a, b]
solve = run