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