6 lines
84 B
Haskell
6 lines
84 B
Haskell
module Main where
|
|
|
|
import Props
|
|
|
|
main :: IO ()
|
|
main = putStrLn helloWorld
|