hs-irc/Main.hs

13 lines
146 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-22 11:02:27 -04:00
main = do
s <- getContents
putStr s
print port
2020-07-21 18:59:30 -04:00
2020-07-21 19:56:00 -04:00
port :: Port
port = 69