Main.hx 86 B

123456
  1. class Main {
  2. static function main() {
  3. #if (my_ver >= version("1.0.0"))
  4. #end
  5. }
  6. }