6 lines
73 B
Haskell
6 lines
73 B
Haskell
module Hlist where
|
|
|
|
main :: IO ()
|
|
main = do
|
|
putStrLn "Hello, world!"
|