Main.hx 78 B

123456
  1. function main() {
  2. var logs = [];
  3. for (l in logs) {
  4. logs.push(l.msg);
  5. }
  6. }