Add quote

This commit is contained in:
Zdenek Borovec 2024-07-20 13:15:10 +02:00
parent 4bb48af8e3
commit 258a1bf699

View file

@ -31,6 +31,9 @@ $quote_arr = [
I've got nothing I want you to see.",
"Your scientists were so preoccupied with whether or not they could,
they didn't stop to think if they should.",
"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it.",
];
$quote_author_arr = [
@ -46,6 +49,7 @@ $quote_author_arr = [
"SomeOrdinaryGamers",
"Anon (film)",
"Ian Malcolm (Jurassic Park)",
"Brian Kernighan",
];
?>