HelloJvm.hx 61 B

12345
  1. class HelloJvm {
  2. public static function main() {
  3. Jvm
  4. }
  5. }