6 lines
89 B
Haskell
6 lines
89 B
Haskell
module Main where
|
|
|
|
import Two (two)
|
|
|
|
main :: IO ()
|
|
main = putStrLn ("Two: " ++ show two)
|