6 lines
107 B
Java
6 lines
107 B
Java
public class Main {
|
|
public static void main(String[] args){
|
|
Form1 form1 = new Form1();
|
|
}
|
|
}
|