notas-tsfc/entsal.hs

6 lines
105 B
Haskell
Executable File

act :: IO (Char,Char)
act = do x <- getChar
getChar
y <- getChar
return (x,y)