6 lines
58 B
Haskell
6 lines
58 B
Haskell
module Main where
|
|
|
|
|
|
main :: IO ()
|
|
main = putStrLn "Hello"
|