BacASable

Dernière modification : -


// 2018/12/12 10:21 / 134.157.120.11
<?php

for ($i = 1; $i <= 10; $i++) {
echo $i;
}
?>