Main.hx 76 B

123456
  1. class Main {
  2. static function main() {
  3. if (true) {}
  4. <someMarkup />;
  5. }
  6. }