5 lines
68 B
Plaintext
Vendored
5 lines
68 B
Plaintext
Vendored
package test;
|
|
|
|
public interface Face {
|
|
void subject(String p);
|
|
} |