Files
2016-04-19 09:06:38 +02:00

10 lines
61 B
Plaintext

entier $tab[10];
main()
{
$tab[4] = 4;
ecrire($tab[4]);
}