blessed-rs/data/test.hs
2022-11-17 15:24:41 +00:00

7 lines
No EOL
137 B
Haskell

main = do
c <- getChar
if c /= ' '
then do
putChar c
main
else return ()