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