7 lines
86 B
Haskell
7 lines
86 B
Haskell
module Plugin1 where
|
|
|
|
import qualified API
|
|
action :: API.PluginAPI
|
|
action i = show i
|
|
|