6 lines
79 B
Java
Raw Normal View History

2016-11-09 16:59:08 +01:00
class Test{
public static void main(String[] args){
new Simple().main();
}
}