numbersquare/app/Main.hs
2026-05-09 10:59:46 -07:00

4 lines
74 B
Haskell

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