6 lines
53 B
Haskell
6 lines
53 B
Haskell
|
module Main where
|
||
|
|
||
|
import Data.Foo
|
||
|
|
||
|
main = print foo
|