wizard-wipeout/app/Main.hs
2023-12-04 17:20:06 +01:00

5 lines
67 B
Haskell

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