You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
191 B
Ruby

class Robot
# Your code goes here
end
class Ultron < Robot
# Your code goes here
end
class MegaMan < Robot
# Your code goes here
end
class Glados < Robot
# Your code goes here
end