14 lines
66 B
Plaintext
14 lines
66 B
Plaintext
entier $a;
|
|
|
|
procedure()
|
|
{
|
|
ecrire(1);
|
|
}
|
|
|
|
main()
|
|
{
|
|
procedure();
|
|
}
|
|
|
|
|