Success.hx 60 B

12345
  1. class Success {
  2. static function main() {
  3. trace(Int);
  4. }
  5. }