6 lines
69 B
Plaintext
Raw Normal View History

2017-03-28 00:46:21 +02:00
class Main {
main() { return new A<>().mt(new myInteger(1)); }
}