Main.hx 54 B

123
  1. function main() {
  2. trace(new haxe.ds.Vector(1)[0]);
  3. }