Main.hx 81 B

123456789
  1. abstract final class Abstract {
  2. }
  3. class Main {
  4. static function main() {
  5. }
  6. }