This commit is contained in:
Tiago Carvalho 2020-07-22 16:02:27 +01:00
parent 19620148ba
commit 4d7b2b15fe

View File

@ -3,8 +3,10 @@ module Main where
import IRC.Connection (Port) import IRC.Connection (Port)
main :: IO () main :: IO ()
main = go main = do
where go = print port s <- getContents
putStr s
print port
port :: Port port :: Port
port = 69 port = 69