1
0
Fork 0
advent-of-code/2020/08/part1.hs
2020-12-08 16:24:32 -05:00

6 lines
111 B
Haskell
Executable file

#!/usr/bin/env runghc
module Day8.Part1 where
import Day8
main = interact (show . acc . run . parse program)