6 lines
101 B
Java
6 lines
101 B
Java
import test.*;
|
|
class A {
|
|
public static void main(String[] args) {
|
|
new Foo().foo();
|
|
}
|
|
} |