12 lines
54 B
Plaintext
12 lines
54 B
Plaintext
procedure()
|
|
{
|
|
ecrire(1);
|
|
}
|
|
|
|
main()
|
|
{
|
|
procedure();
|
|
}
|
|
|
|
|