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