Main1.hx 96 B

12345
  1. class Main1 {
  2. static function method(param:Void = null) {}
  3. public static function main() {}
  4. }