Files
lpmj6/3/07.php
T
2021-04-18 11:18:28 +01: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;
?>