2 Commits

2 changed files with 1 additions and 5 deletions

View File

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