PIbd-23. Yunusov N.N. Lab work 01 Hard #1

Closed
Yunusov_Niyaz wants to merge 3 commits from Lab1 into main
Showing only changes of commit 66bb3f0907 - Show all commits

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(); }
}