sahildua2305 / hackIDE

hackIDE is an online code editor, compiler and interpreter based on Django, powered by HackerEarth API! Go, hack it!
http://hackide.herokuapp.com/
292 stars 122 forks source link

In case of Time limit exceeded, show the truncated output in results #5

Closed sahildua2305 closed 8 years ago

sahildua2305 commented 8 years ago

As of now it just shows error in case of TLE. Better to show truncated output.

matthewwo commented 8 years ago

Are there any ways to get the output from HackerEarth if the operation has timeouted?