D.hx 67 B

12345
  1. class D {
  2. static function main() {
  3. 1.triple();
  4. }
  5. }