Skip to content

Commit ed148f7

Browse files
Update P02_TreasureHunt3.java
1 parent 6223734 commit ed148f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ExamsExercises/MidExams_06/P02_TreasureHunt3.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public static void main(String[] args) {
5757

5858
commandLine = scanner.nextLine();
5959
}
60-
60+
6161
if (treasureChests.isEmpty()) {
6262
System.out.println("Failed treasure hunt.");
6363
} else {

0 commit comments

Comments
 (0)