7 lines
80 B
Plaintext
7 lines
80 B
Plaintext
entier $i;
|
|
main() {
|
|
pour $i = 5; $i < 10; $i faire {
|
|
ecrire ( $i );
|
|
}
|
|
}
|