dotfiles/templates/haskell/src/Main.hs
2025-03-29 23:08:26 -05:00

4 lines
65 B
Haskell
Executable file

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