Desafio for

This commit is contained in:
2026-05-21 21:13:49 -03:00
parent 220741c303
commit 781602af93
2 changed files with 38 additions and 0 deletions

View File

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