Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tushartuteja/f8b6ba56e35afa95a3114fd7ea80da6b to your computer and use it in GitHub Desktop.
Save tushartuteja/f8b6ba56e35afa95a3114fd7ea80da6b 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