Skip to content

Commit ae34428

Browse files
committed
Updated per pull request via James
1 parent 6ce3c45 commit ae34428

4 files changed

Lines changed: 1 addition & 45 deletions

File tree

src/org/teachingkidsprogramming/recipes/completed/SimpleSquare.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public static void main(String[] args) throws Exception
1414
// Do the following 4 times --#5.1
1515
for (int i = 1; i <= 4; i++)
1616
{
17-
// Change the color of the line the tortoise draws to "blue" --#4
17+
// Change the pen color of the line the tortoise draws to "blue" --#4
1818
Tortoise.setPenColor(PenColors.Blues.Blue);
1919
// Move the tortoise 50 pixels --#2
2020
Tortoise.move(50);

src/org/teachingkidsprogramming/recipes/completed/SimpleSquareCodenvy.java

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/org/teachingkidsprogramming/section01forloops/SimpleSquare.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,4 @@ public static void main(String[] args) throws Exception
1212
// Turn the tortoise to the right (90 degrees) --#3
1313
// Repeat --#5.2
1414
}
15-
/*
16-
* After you finish, watch the video recap at http://youtu.be/5bqUZEsJh_Q
17-
*/
1815
}

src/org/teachingkidsprogramming/section01forloops/SimpleSquareCodenvy.java

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)