1
0
Fork 0
advent-of-code/2020/08/part1.hs

7 lines
111 B
Haskell
Raw Permalink Normal View History

2022-09-21 09:19:52 -04:00
#!/usr/bin/env runghc
module Day8.Part1 where
import Day8
main = interact (show . acc . run . parse program)