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