There was an error while loading. Please reload this page.
1 parent 6223734 commit ed148f7Copy full SHA for ed148f7
src/ExamsExercises/MidExams_06/P02_TreasureHunt3.java
@@ -57,7 +57,7 @@ public static void main(String[] args) {
57
58
commandLine = scanner.nextLine();
59
}
60
-
+
61
if (treasureChests.isEmpty()) {
62
System.out.println("Failed treasure hunt.");
63
} else {
0 commit comments