6 lines
105 B
Java
6 lines
105 B
Java
public class Start {
|
|
public static void main(String[] args) {
|
|
Student.testStudent();
|
|
}
|
|
}
|