Propôe desafio for

This commit is contained in:
2026-05-21 20:57:12 -03:00
parent bb613f4341
commit d56c600412
2 changed files with 13 additions and 0 deletions

View File

@@ -2,4 +2,5 @@
for ($i = 1; $i <= 5; $i++){
echo "teste $i<br>";
}
echo $i;
?>