Change test
This commit is contained in:
13
eval-final-projet/input/eval6.l
Normal file
13
eval-final-projet/input/eval6.l
Normal file
@@ -0,0 +1,13 @@
|
||||
entier $a;
|
||||
|
||||
procedure()
|
||||
{
|
||||
ecrire(1);
|
||||
}
|
||||
|
||||
main()
|
||||
{
|
||||
procedure();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user