5 lines
67 B
Haskell
Raw Normal View History

2022-12-01 21:14:46 +01:00
module Main where
main :: IO ()
main = putStrLn "Hello, Haskell!"