5 lines
78 B
Haskell
5 lines
78 B
Haskell
import "mtl" Control.Monad.Trans
|
|
|
|
main :: IO ()
|
|
main = putStrLn "hello world"
|