brintos

brintos / llvm-project-archived public Read only

0
0
Text · 73 B · d368d71 Raw
7 lines · c
1a(0);2for (int c0 = 1; c0 <= 9; c0 += 1) {3  a(c0);4  b(c0 - 1);5}6b(9);7