hs-irc/Main.hs

11 lines
123 B
Haskell
Raw Normal View History

2020-07-21 18:59:30 -04:00
module Main where
2020-07-21 19:56:00 -04:00
import IRC.Connection (Port)
2020-07-21 18:59:30 -04:00
main :: IO ()
2020-07-21 19:56:00 -04:00
main = go
where go = print port
2020-07-21 18:59:30 -04:00
2020-07-21 19:56:00 -04:00
port :: Port
port = 69