6 lines
63 B
Haskell
6 lines
63 B
Haskell
module Main where
|
|
|
|
import Foo
|
|
import Baz
|
|
|
|
main = print $ x + y
|