6 lines
111 B
Haskell
Executable file
6 lines
111 B
Haskell
Executable file
#!/usr/bin/env runghc
|
|
module Day8.Part1 where
|
|
|
|
import Day8
|
|
|
|
main = interact (show . acc . run . parse program)
|