5 lines
102 B
Haskell
5 lines
102 B
Haskell
module Common.Api where
|
|
|
|
commonStuff :: String
|
|
commonStuff = "Here is a string defined in Common.Api"
|