Remove accidentally comitted haskell file

This commit is contained in:
Nico Burns 2023-01-17 01:29:37 +00:00
parent 67e88ed22e
commit d3ebb16538

View file

@ -1,7 +0,0 @@
main = do
c <- getChar
if c /= ' '
then do
putChar c
main
else return ()