Skip to content
This repository was archived by the owner on Aug 6, 2024. It is now read-only.

Commit 4189a3a

Browse files
Update Main.java
1 parent 3104e39 commit 4189a3a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
package ir.xenoncommunity;
22

3-
import lombok.experimental.UtilityClass;
4-
5-
@UtilityClass
63
public class Main{
7-
public void main(final String[] args){
4+
public static void main(final String[] args){
85
MainRunner.run();
96
}
10-
}
7+
}

0 commit comments

Comments
 (0)