Write code commands to guide the explorer through the maze!
up() - Move up one space
down() - Move down one space
left() - Move left one space
right() - Move right one space
repeat(n, cmd) - Repeat command n times
// text - Add a comment (ignored)