Main2.hx 106 B

1234567
  1. class Main2 {
  2. function new(a:Int) {}
  3. static function main() {
  4. var m = new Main2()
  5. }
  6. }