"first commit"

This commit is contained in:
Libkyy
2022-06-01 16:39:13 +02:00
commit ca1e7e93d7
8 changed files with 75 additions and 0 deletions

3
src/RecipeNode.java Normal file
View File

@@ -0,0 +1,3 @@
public class RecipeNode
{
}

3
src/RecipeTree.java Normal file
View File

@@ -0,0 +1,3 @@
public class RecipeTree
{
}