Skip to content

Commit 743813a

Browse files
authored
Merge pull request #93 from dcoopersmith/master
Just testing commit process w/ Jim
2 parents 564fc06 + 9065d6e commit 743813a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/org/teachingkidsprogramming/recipes/completed/section02methods/PyramidsOfGizaEnd.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public static void main(String[] args) throws Exception
1717
moveDown();
1818
turnAndMove(135, 210);
1919
}
20+
// this makes the turtle turn and move -- duh
2021
public static void turnAndMove(int degrees, int length)
2122
{
2223
Tortoise.turn(degrees);

0 commit comments

Comments
 (0)