Selaa lähdekoodia

stuffier

master
Tiago Carvalho 3 vuotta sitten
vanhempi
commit
4d7b2b15fe
1 muutettua tiedostoa jossa 4 lisäystä ja 2 poistoa
  1. +4
    -2
      Main.hs

+ 4
- 2
Main.hs Näytä tiedosto

@@ -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…
Peruuta
Tallenna