Browse Source

stuffier

master
Tiago Carvalho 3 years ago
parent
commit
4d7b2b15fe
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      Main.hs

+ 4
- 2
Main.hs 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

Loading…
Cancel
Save