summaryrefslogtreecommitdiff
path: root/Main.hs
blob: 36b22f7c676df1b5a8924b2ffe5423a93e84d563 (plain)
1
2
3
4
5
6
7
8
9
10
11
module Main where

import HsBot.Base

main :: IO ()	
main = startBase

-- Shortcut
r :: IO ()
r = main