shatgupt / runmycode-ext

Compile and run C, C++, Java, Nodejs, Python, Ruby, Go and PHP code online, directly from Github, Gitlab, Bitbucket, and GoByExample.
https://runmycode.online
MIT License
38 stars 21 forks source link

Support STDIN for input #7

Closed shatgupt closed 6 years ago

shatgupt commented 6 years ago

Support STDIN for input instead of or in addition to command line args as STDIN seems more popular for inputs to programs.

shatgupt commented 6 years ago

Support for STDIN is live now. We don't support command line args for input from now on.