aboutsummaryrefslogtreecommitdiffstats
path: root/src/Main.hs
blob: 9cd992d9e534e0cdc3a43c26c085b567730e89dc (plain)
1
2
3
4
5
module Main where

main :: IO ()
main = do
  putStrLn "hello world"