dotfiles/templates/haskell/src/Main.hs
2025-10-01 19:51:55 -05:00

4 lines
65 B
Haskell
Executable file

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