mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-03 10:49:58 +00:00
12 lines
152 B
Java
12 lines
152 B
Java
class PR12656_base
|
|
{
|
|
public static void main(String[] args)
|
|
{
|
|
System.out.println("Maude");
|
|
}
|
|
}
|
|
|
|
public class PR12656 extends PR12656_base
|
|
{
|
|
}
|