Add quote

This commit is contained in:
Zdenek Borovec 2024-07-20 13:27:48 +02:00
parent 258a1bf699
commit 0c060be2b1

View file

@ -34,6 +34,9 @@ $quote_arr = [
"Debugging is twice as hard as writing the code in the first place. "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, Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it.", by definition, not smart enough to debug it.",
"America is the only nation in history which miraculously has
gone directly from barbarism to degeneration without the
usual interval of civilization.",
]; ];
$quote_author_arr = [ $quote_author_arr = [
@ -50,6 +53,7 @@ $quote_author_arr = [
"Anon (film)", "Anon (film)",
"Ian Malcolm (Jurassic Park)", "Ian Malcolm (Jurassic Park)",
"Brian Kernighan", "Brian Kernighan",
"Georges Clemenceau",
]; ];
?> ?>