This commit is contained in:
Yunusov_Niyaz 2023-10-29 02:13:51 +04:00
parent 2856775bab
commit 66bb3f0907

View File

@ -1,2 +1,4 @@
package PACKAGE_NAME;public class Main { import java.io.IOException;
public class Main {
public static void main(String[] args) throws IOException { new FrameTrolleybus(); }
} }