7 lines
66 B
Haskell
7 lines
66 B
Haskell
module Main where
|
|
|
|
import Homework
|
|
|
|
main :: IO ()
|
|
main = sayHello
|