Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
anastezia12 committed Aug 3, 2023
1 parent fc85171 commit 3294f11
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/core/basesyntax/MainApp.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package core.basesyntax;


public class MainApp {

public static void main(String[] args) {
Machine[] machine = {new Truck(), new Bulldozer(), new Excavator()};
for (Machine i : machine) {
Expand Down

0 comments on commit 3294f11

Please sign in to comment.