notas-tsfc/entsal.hs

6 lines
105 B
Haskell
Raw Permalink Normal View History

2023-05-04 03:11:46 +02:00
act :: IO (Char,Char)
act = do x <- getChar
getChar
y <- getChar
return (x,y)