Main.hx 66 B

1234
  1. function main() {
  2. haxe.Log.trace("hello");
  3. var haxe = "haxe";
  4. }