dotfiles/templates/haskell/src/Main.hs
2024-10-06 15:25:05 -05:00

4 lines
65 B
Haskell
Executable file

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