flake-template-hell/templates/haskell/app/Main.hs
2024-09-07 17:20:05 +01:00

3 lines
50 B
Haskell

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