Skip to content

Commit 8410cd6

Browse files
committed
added demo recipe QuickTortoise
1 parent b10d2b9 commit 8410cd6

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package org.teachingkidsprogramming.section00demos;
2+
3+
public class QuickTortoise
4+
{
5+
public static void main(String[] args) throws Exception
6+
{
7+
// Use the Tortoise to draw a Tortoise!
8+
}
9+
}

0 commit comments

Comments
 (0)