Files
compilateur-l/eval-fourni/input/affect.l
2016-04-01 11:43:25 +02:00

7 lines
42 B
Plaintext

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