Skip to content

Commit 99ee121

Browse files
authored
Update MainApp.java
1 parent 4c71621 commit 99ee121

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/core/basesyntax/MainApp.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package core.basesyntax;
22
public class MainApp {
33
public static void main(String[] args) {
4-
54
Machine[] machines = {new Truck(), new Bulldozer(), new Excavator()};
65
for (Machine machine : machines) {
76
machine.doWork();

0 commit comments

Comments
 (0)