Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 206 Bytes

1.1.2 defuseOneBomb.md

File metadata and controls

15 lines (14 loc) · 206 Bytes

1.1.2 defuseOneBomb

void defuseOneBomb() {
    repeat (9) {
        moveForward();
    }
    pickBeeper();
    turnAround();
    repeat (9) {
        moveForward();
    }
    turnAround();
}