1
0
Fork 0
advent-of-code/2020/08/part1.hs
Sloane Perrault 91be41de8a solve: day 8
2022-09-21 09:19:52 -04: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)