Files
2016-04-19 09:06:38 +02:00

8 lines
52 B
Plaintext

entier $a;
main()
{
tantque 0 faire{
ecrire(1);
}
}