septembre + octobre

This commit is contained in:
2023-10-12 16:39:49 +02:00
commit 06bf5f9488
389 changed files with 4233 additions and 0 deletions

6
PHP/Ex21.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
$tableau = [];
for (int i=0; i<10; i++){
$tableau = [i];
}
?>

0
PHP/Ex21.php~ Normal file
View File