isaacg1 / pyth

Pyth, an extremely concise language. Try it here:
https://pyth.herokuapp.com/
MIT License
263 stars 57 forks source link

Empty input issue on website #128

Closed isaacg1 closed 9 years ago

isaacg1 commented 9 years ago

The code z with the empty input crashes the online compiler. I believe this should be fixed by adding a trailing newline to input, which will make it mimic the STDIN normally received.