6 lines
74 B
Haskell
6 lines
74 B
Haskell
module Main where
|
|
import Bar.Baz (baz)
|
|
|
|
main :: IO ()
|
|
main = putStrLn baz
|