0
Help
Whenever I write a program in Ruby in VS Code, I save it as .rb file and when i open it and insert user input, it just shows then for 0.1 seconds and closes. How do I keep cmd window open?
2 Answers
+ 1
Just add 'gets' to the end of the script.
0
thanks ^^



