_Startup.hx 89 B

123456789
  1. @:result(0)
  2. class _Startup {
  3. public static function main() {
  4. Benchs.result(0);
  5. }
  6. }