7 lines
65 B
Haskell
7 lines
65 B
Haskell
module Main where
|
|
|
|
import Lib
|
|
|
|
main :: IO ()
|
|
main = interact go
|