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

import Text.Regex.TDFA

import Plugin

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