Main.hx 97 B

1234567
  1. class Main {
  2. static function main() {
  3. test();
  4. }
  5. static function test(i:Int, s:String) { }
  6. }