/* PERMITTED COMMANDS
move, turnLeft, turnRight, treeLeft, treeRight, treeFront, onLeaf, putLeaf, removeLeaf, mushroomFront
JAVA
if, while, for
*/
class MyClara extends Clara {
void run() {
fixPotholes();
}
void fixPotholes() {
if (onLeaf()) {
removeLeaf();
}
while (!treeFront()) {