5 lines
102 B
Haskell
Raw Normal View History

module Common.Api where
commonStuff :: String
commonStuff = "Here is a string defined in Common.Api"