4 lines
36 B
Haskell
4 lines
36 B
Haskell
|
module Foo (foo) where
|
||
|
|
||
|
foo = "foo"
|