Files
compilateur-l/test/expression.l
2016-01-19 14:26:58 +01:00

6 lines
37 B
Plaintext

entier $a;
main()
{
ecrire(5 * 2);
}