We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c522e92 commit 5c1fcebCopy full SHA for 5c1fceb
1 file changed
src/day1/robot/Spiral.java
@@ -9,15 +9,15 @@ public static void main(String[] args) {
9
10
// 4. Do the following (steps 5-8) 75 times
11
12
- // 6. Change the pen color to random
13
-
14
- // 5. Move the robot 5 times the current line number you are drawing (5*i)
15
16
- // 2. Turn the robot 1/3 of 360 degrees to the right
17
18
- // 7. Change the number of sides to 7 (don’t add a new line of code for this one!)
19
20
- // 8. Set the pen width to i
+ // 6. Change the pen color to random
+
+ // 5. Move the robot 5 times the current line number you are drawing (5*i)
+ // 2. Turn the robot 1/3 of 360 degrees to the right
+ // 7. Change the number of sides to 7 (don’t add a new line of code for this one!)
+ // 8. Set the pen width to i
21
22
}
23
0 commit comments