Skip to content

Instantly share code, notes, and snippets.

View jeffpeterson's full-sized avatar
🤠
Howdy!

Jeff Peterson jeffpeterson

🤠
Howdy!
View GitHub Profile
require 'turtle'
turtles = [Turtle.new, Turtle.new, Turtle.new]
while true
# get the command
print "Enter a command: "
s = gets.chomp
# exit?