Files
RobinNixon 53063593e3 Final
Final
2020-12-10 13:51:13 +00:00

11 lines
184 B
PHP

<?php
$author = "Bill Gates";
$text = "Measuring programming progress by lines of code is like
Measuring aircraft building progress by weight.
- $author.";
echo $text;
?>