6 lines
85 B
Java
6 lines
85 B
Java
public class Start {
|
|
public static void main(String[] args) {
|
|
Cat.testCat();
|
|
}
|
|
}
|