6 lines
86 B
Text
6 lines
86 B
Text
> module Main (main) where
|
|
|
|
> import Lib (lib)
|
|
|
|
> main :: IO ()
|
|
> main = putStrLn lib
|