mars.rover.rb
Code
Branches
Tags
Commits
main
mars.rover.rb
/
lib
/
rotation.rb
Top
1
module
Rotation
2
def
turn_right
3
rotate
(
90
)
4
end
5
def
turn_left
6
rotate
(
-
90
)
7
end
8
end