6 lines
74 B
Haskell
Raw Normal View History

2026-01-14 11:39:47 +00:00
module Main (main) where
main :: IO ()
main = putStrLn "Hello Haskell!"