11 lines
123 B
Haskell
11 lines
123 B
Haskell
module Main where
|
|
|
|
import IRC.Connection (Port)
|
|
|
|
main :: IO ()
|
|
main = go
|
|
where go = print port
|
|
|
|
port :: Port
|
|
port = 69
|