picolisp/src/Main.hs

6 lines
68 B
Haskell

module Main where
main :: IO ()
main = do
putStrLn "hello world"