Skip to content

Instantly share code, notes, and snippets.

@tushartuteja
Created June 20, 2018 19:22
Show Gist options
  • Save tushartuteja/47260546cffa6805402ed065f2354b90 to your computer and use it in GitHub Desktop.
Save tushartuteja/47260546cffa6805402ed065f2354b90 to your computer and use it in GitHub Desktop.
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