mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Remove accidentally comitted haskell file
This commit is contained in:
parent
67e88ed22e
commit
d3ebb16538
1 changed files with 0 additions and 7 deletions
|
@ -1,7 +0,0 @@
|
|||
main = do
|
||||
c <- getChar
|
||||
if c /= ' '
|
||||
then do
|
||||
putChar c
|
||||
main
|
||||
else return ()
|
Loading…
Reference in a new issue