refactor: keep only +1 ASCII binary quote

This commit is contained in:
2026-01-14 03:18:49 +01:00
parent 1fec205782
commit 23e83f0791

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)];