Main1.hx 105 B

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