Presumed final commit of this god forsaken project.
This commit is contained in:
2
.idea/misc.xml
generated
2
.idea/misc.xml
generated
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="17" project-jdk-type="JavaSDK">
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_13" default="true" project-jdk-name="17" project-jdk-type="JavaSDK">
|
||||
<output url="file://$PROJECT_DIR$/out" />
|
||||
</component>
|
||||
</project>
|
||||
@@ -21,6 +21,7 @@ public class RecipeInstructions
|
||||
|
||||
RecipeCreation(userInstruction,fullInstructions);
|
||||
fullInstructions.printTree();
|
||||
System.out.println(fullInstructions.sortTopology());
|
||||
|
||||
} while(!userInstruction.equalsIgnoreCase("done"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user