From f339472e010a465b10ca49d7fe294a2b72461737 Mon Sep 17 00:00:00 2001 From: 2024 - brunomatos Date: Thu, 21 May 2026 21:16:14 -0300 Subject: [PATCH] estrutura for --- exemplos/MarcosAssuncao/for.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exemplos/MarcosAssuncao/for.php b/exemplos/MarcosAssuncao/for.php index c83acf7..9bfd22c 100644 --- a/exemplos/MarcosAssuncao/for.php +++ b/exemplos/MarcosAssuncao/for.php @@ -2,4 +2,4 @@ for ($i = 10; $i >= 1; $i--) { echo "

$i

"; } -?> \ No newline at end of file +?>