6 lines
46 B
Haskell
6 lines
46 B
Haskell
module Main where
|
|
|
|
import A
|
|
|
|
main = print foo
|
module Main where
|
|
|
|
import A
|
|
|
|
main = print foo
|