Continued:
[core.git] / contrib / exp / exp1.php
index 6ffd1a0023cc07bad3f98a3333b50e919f65f01e..c750e12c5d36d7852e1c104ed972fa9069936c3c 100644 (file)
@@ -16,5 +16,3 @@ for ($i = 1; $i <= $totalDays; $i++) {
 
 print 'After ' . $totalDays . ' days (' . $years . ' years) you have eaten ' . $y . ' fruits.' . PHP_EOL;
 print 'Length:' . strlen($y) . PHP_EOL;
-
-?>