APL/APL1.2/SCR1.2/TP08/TP08_reponses
2021-11-30 15:07:19 +01:00

3 lines
48 B
Plaintext

Partie I
for ((i=1;i<=5;i++)); do echo $i; done