Chapter 3 files
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
$author = "Bill Gates";
|
||||
|
||||
$text = "Measuring programming progress by lines of code is like
|
||||
Measuring aircraft building progress by weight.
|
||||
|
||||
- $author.";
|
||||
|
||||
echo $text;
|
||||
?>
|
||||
Reference in New Issue
Block a user