Explorar el Código

stuffier

master
Tiago Carvalho hace 3 años
padre
commit
4d7b2b15fe
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. +4
    -2
      Main.hs

+ 4
- 2
Main.hs Ver fichero

@@ -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

Cargando…
Cancelar
Guardar