From 48420640bcc1db131561db2ced165cde865c16b9 Mon Sep 17 00:00:00 2001 From: Supermjork Date: Thu, 2 Jun 2022 22:28:46 +0200 Subject: [PATCH] Presumed final commit of this god forsaken project. --- .idea/misc.xml | 2 +- src/RecipeInstructions.java | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 07115cd..f3f4fc6 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/src/RecipeInstructions.java b/src/RecipeInstructions.java index f4f09eb..79ebb35 100644 --- a/src/RecipeInstructions.java +++ b/src/RecipeInstructions.java @@ -21,6 +21,7 @@ public class RecipeInstructions RecipeCreation(userInstruction,fullInstructions); fullInstructions.printTree(); + System.out.println(fullInstructions.sortTopology()); } while(!userInstruction.equalsIgnoreCase("done")); }