5 lines
77 B
Haskell
5 lines
77 B
Haskell
|
module Homework where
|
||
|
|
||
|
sayHello :: IO ()
|
||
|
sayHello = putStrLn "Hello, World!"
|