8 lines
82 B
Haskell
8 lines
82 B
Haskell
module Plugin3 where
|
|
|
|
import API
|
|
|
|
resource = plugin {
|
|
valueOf = reverse
|
|
}
|