flake-template-hell/templates/Haskell/app/Main.hs
2024-09-07 16:33:54 +01:00

3 lines
50 B
Haskell

main :: IO ()
main = do
putStrLn "Hello World!"