2005-09-03 04:45:14 +00:00

8 lines
100 B
Haskell

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