Chapter 3 files
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
$author = "Scott Adams";
|
||||
|
||||
$out = <<<_END
|
||||
Normal people believe that if it ain’t broke, don’t fix it.
|
||||
Engineers believe that if it ain’t broke, it doesn’t have enough
|
||||
features yet.
|
||||
|
||||
- $author.
|
||||
_END;
|
||||
?>
|
||||
Reference in New Issue
Block a user