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

7 lines
42 B
Plaintext

entier $a;
main()
{
$a = 1;
ecrire($a);
}