8 lines
52 B
Plaintext
8 lines
52 B
Plaintext
entier $a;
|
|
main()
|
|
{
|
|
tantque 0 faire{
|
|
ecrire(1);
|
|
}
|
|
}
|