BacASable

Dernière modification : -


// 2018/12/12 10:22 / 134.157.120.11
<?php
$i=0;
for ($i = 0; $i <= 10; $i++) {echo $i;}
?>