13 lines
146 B
Haskell
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
|