Skip to content

Commit 575fdda

Browse files
June ClarkeJune Clarke
authored andcommitted
corrected Spiral recipe
1 parent 326c98d commit 575fdda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/day1/robot/Spiral.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public static void main(String[] args) {
1111

1212
// 3. Set the robot to go at max speed (10)
1313

14-
// 4. Do the following (steps 5-8) 75 times
14+
// 4. Do the following (steps 7-9) 75 times
1515

1616
// 7. Change the pen color to random
1717

0 commit comments

Comments
 (0)