Skip to content

Commit eff8b19

Browse files
committed
created InDev Folder
1 parent 0f36117 commit eff8b19

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/org/teachingkidsprogramming/recipes/completed/SmallBasicHolidayCard.java renamed to src/org/teachingkidsprogramming/recipes/inDevelopment/SmallBasicHolidayCard.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.teachingkidsprogramming.recipes.completed;
1+
package org.teachingkidsprogramming.recipes.inDevelopment;
22

33
public class SmallBasicHolidayCard
44
{

src/org/teachingkidsprogramming/recipes/completed/SmallBasicTicTacToe.java renamed to src/org/teachingkidsprogramming/recipes/inDevelopment/SmallBasicTicTacToe.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
package org.teachingkidsprogramming.recipes.completed;
1+
package org.teachingkidsprogramming.recipes.inDevelopment;
22

33
public class SmallBasicTicTacToe
44
{
55
//**needs to be translated from the SmallBasic**
6-
76
// Tell TicTacToe to call PlayInFirstEmptySpot (recipe below) when its Xs turn
87
//
98
// Start TicTacToe

0 commit comments

Comments
 (0)