Skip to content

Commit 40272d4

Browse files
committed
added Virtual Proctor comment w/ @samanathalangit
1 parent d84385b commit 40272d4

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ public static void main(String[] args) throws Exception
2323
Tortoise.turn(90);
2424
}
2525
// Repeat --#5.2
26+
//
27+
// (Optional): Sign your work using the Virtual Proctor
28+
// See your work at http://virtualproctor.tkpjava.org
2629
VirtualProctor.setClassName("TKPHouse");
2730
VirtualProctor.setName("LynnLangit");
2831
}

src/main/java/org/teachingkidsprogramming/section01forloops/SimpleSquare.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@ public static void main(String[] args) throws Exception
1111
// Move the tortoise 50 pixels --#2
1212
// Turn the tortoise to the right (90 degrees) --#3
1313
// Repeat --#5.2
14+
//
15+
// (Optional): Sign your work using the Virtual Proctor
16+
// See your work at http://virtualproctor.tkpjava.org
1417
}
1518
}

0 commit comments

Comments
 (0)