6 lines
76 B
Haskell
6 lines
76 B
Haskell
|
module Data.String.Ubc.Parse
|
||
|
( someFunc )
|
||
|
where
|
||
|
|
||
|
someFunc = putStrLn "help"
|