module Main where

import TwitterReplyBot

habot :: Account
habot = Account "habot" "haskellworld"

prog :: Program
prog = id

main :: IO ()
main = loop 0 habot prog

