hs-irc/Main.hs
Tiago Carvalho 4d7b2b15fe stuffier
2020-07-22 16:02:27 +01:00

13 lines
146 B
Haskell

module Main where
import IRC.Connection (Port)
main :: IO ()
main = do
s <- getContents
putStr s
print port
port :: Port
port = 69