7 lines
63 B
Haskell
7 lines
63 B
Haskell
module Main where
|
|
|
|
import Lib as L
|
|
|
|
main :: IO ()
|
|
main = L.app
|