Added more funky quotes
This commit is contained in:
parent
fd9d1657d9
commit
26f314b1bb
1 changed files with 7 additions and 2 deletions
|
@ -12,7 +12,7 @@ var quotes = [
|
|||
"null is the devil",
|
||||
"haskell is better",
|
||||
"for some definitions of fun",
|
||||
"no loops",
|
||||
"accumulators > loops",
|
||||
"bogosort > bubblesort",
|
||||
"logisim",
|
||||
"mic-1",
|
||||
|
@ -27,7 +27,12 @@ var quotes = [
|
|||
"Guys please",
|
||||
"check-expect or die",
|
||||
"Trees!",
|
||||
"without loss of generality"
|
||||
"without loss of generality",
|
||||
"1 > 0",
|
||||
"what is a for loop?",
|
||||
"donald trump",
|
||||
"zero one one one zero zero zero one zero one",
|
||||
"Now we'll show proof that 1 > 0"
|
||||
];
|
||||
|
||||
document.addEventListener("DOMContentLoaded", setup);
|
||||
|
|
Loading…
Reference in a new issue