Skip to content

Commit

Permalink
made changes 19
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevhen4444 committed Aug 16, 2024
1 parent 449cd65 commit 4b6f9a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/core/basesyntax/MainApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ public static void Main() {
for(int i = 0; i < machines.length; i++) {
machines[i].doWork();
machines[i].stopWork();
}
}
}
}
}

0 comments on commit 4b6f9a7

Please sign in to comment.