Init.hx 68 B

123456
  1. package mylang;
  2. class Init {
  3. public static function init() {
  4. }
  5. }