6 lines
75 B
Haskell
6 lines
75 B
Haskell
module Main (main) where
|
|
|
|
import Foo (foo)
|
|
|
|
main :: IO ()
|
|
main = print foo
|