Created
June 20, 2018 19:22
-
-
Save tushartuteja/47260546cffa6805402ed065f2354b90 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while true | |
print(">>>") | |
read_input = gets | |
puts eval(read_input) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment