utoy/app/Main.hs
2023-03-01 03:41:39 +01:00

5 lines
72 B
Haskell

module Main (main) where
main :: IO ()
main = putStrLn "Hello, World!"