MacroMain.hx 72 B

12345
  1. class MacroMain {
  2. static public function main() {
  3. Macro.test();
  4. }
  5. }