BacASable

Dernière modification : -


// 2021/06/19 18:10 / 85.170.145.158
<?php
$i=0;
for ($i = 0; $i <= 10; $i++) {echo $i;}
?>

:-D