3 Commits

2 changed files with 5 additions and 1 deletions

View File

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