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)
main :: IO ()
main = go
where go = print port
main = do
s <- getContents
putStr s
print port
port :: Port
port = 69