Skip to content

Commit 04cca62

Browse files
Update P03_ManOWar.java
1 parent b4cdc4c commit 04cca62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ExamsExercises/MidExams_06/P03_ManOWar.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public static void main(String[] args) {
1313
int[] warShip = Arrays.stream(scanner.nextLine().split(">"))
1414
.mapToInt(Integer::parseInt)
1515
.toArray();
16-
16+
1717
int maxHealth = Integer.parseInt(scanner.nextLine());
1818
String commandLine = scanner.nextLine();
1919
boolean end = false;

0 commit comments

Comments
 (0)