5 lines
69 B
Java
Executable file
5 lines
69 B
Java
Executable file
interface MessageInterface
|
|
{
|
|
void message (String text);
|
|
}
|
|
|