lc/test.c

3 lines
75 B
C

loop (0..1, list, 4..5, test, idk) |i, v, k, e, s| {
printf("%d\n", i);
}