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

6 lines
41 B
Plaintext

entier $a;
main()
{
ecrire(5 - 3 + 2);
}