Merge remote-tracking branch 'origin/develop-marcos_assuncao' into develop-gabriel-henrique

This commit is contained in:
2026-05-21 21:32:39 -03:00
3 changed files with 29 additions and 0 deletions

View File

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