Hacker News new | ask | show | jobs
by v9v 14 days ago
In C with https://github.com/aartaka/pretty.c,

    foreach (i, int, 10, vector(10, int, 1, 2, 3, 3, 4, 5))
          println(*i);