We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f36117 commit eff8b19Copy full SHA for eff8b19
…pes/completed/SmallBasicHolidayCard.java …inDevelopment/SmallBasicHolidayCard.javasrc/org/teachingkidsprogramming/recipes/completed/SmallBasicHolidayCard.java renamed to src/org/teachingkidsprogramming/recipes/inDevelopment/SmallBasicHolidayCard.java
@@ -1,4 +1,4 @@
1
-package org.teachingkidsprogramming.recipes.completed;
+package org.teachingkidsprogramming.recipes.inDevelopment;
2
3
public class SmallBasicHolidayCard
4
{
…cipes/completed/SmallBasicTicTacToe.java …s/inDevelopment/SmallBasicTicTacToe.javasrc/org/teachingkidsprogramming/recipes/completed/SmallBasicTicTacToe.java renamed to src/org/teachingkidsprogramming/recipes/inDevelopment/SmallBasicTicTacToe.java
@@ -1,9 +1,8 @@
public class SmallBasicTicTacToe
5
//**needs to be translated from the SmallBasic**
6
-
7
// Tell TicTacToe to call PlayInFirstEmptySpot (recipe below) when its Xs turn
8
//
9
// Start TicTacToe
0 commit comments