aboutsummaryrefslogtreecommitdiffstats
path: root/src/Lib.hs
blob: 076846586f1a8d27cfd6d66e2b2abb6d7bd3866b (plain)
1
2
3
4
5
6
7
8
9
10
11
module Lib
    ( someFunc
    ) where

import Plugin

someFunc :: IO ()
someFunc = do
    let message = "75ac7b18a009ffe7a77a17a61d95c01395f36b44"
        Just plugin = matchPlugin message
    putStrLn $ performPlugin plugin message