2005-04-24 08:51:33 +00:00

8 lines
100 B
Haskell

module Plugin ( resource ) where
import API
resource = plugin {
field = "hello out there"
}