refactor: keep only +1 ASCII binary quote

This commit is contained in:
2026-01-14 03:18:49 +01:00
parent 637748ddc4
commit 3bb62ef1fd

View File

@@ -643,8 +643,6 @@ function runCode() {
"Well done!",
"Awesome!",
"Nice work!",
"00000001",
"0b00000001",
"00101011 00110001"
];
const randomQuote = crispyQuotes[Math.floor(Math.random() * crispyQuotes.length)];