10 lines
61 B
Plaintext
10 lines
61 B
Plaintext
entier $tab[10];
|
|
|
|
main()
|
|
{
|
|
$tab[4] = 4;
|
|
ecrire($tab[4]);
|
|
}
|
|
|
|
|