tests
This commit is contained in:
parent
a13602d993
commit
db6c4496e0
11
Main.hs
11
Main.hs
@ -1,7 +1,10 @@
|
|||||||
module Main where
|
module Main where
|
||||||
|
|
||||||
main :: IO ()
|
import IRC.Connection (Port)
|
||||||
main = cena
|
|
||||||
|
|
||||||
cena :: IO ()
|
main :: IO ()
|
||||||
cena = putStrLn "ganda cena mano, de boa velho"
|
main = go
|
||||||
|
where go = print port
|
||||||
|
|
||||||
|
port :: Port
|
||||||
|
port = 69
|
||||||
|
Loading…
Reference in New Issue
Block a user