From 23e83f0791e0fadb635e9d61c9559bd4b48c08b9 Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Wed, 14 Jan 2026 03:18:49 +0100 Subject: [PATCH] refactor: keep only +1 ASCII binary quote --- src/app.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app.js b/src/app.js index ea56f5b..03ff091 100644 --- a/src/app.js +++ b/src/app.js @@ -643,8 +643,6 @@ function runCode() { "Well done!", "Awesome!", "Nice work!", - "00000001", - "0b00000001", "00101011 00110001" ]; const randomQuote = crispyQuotes[Math.floor(Math.random() * crispyQuotes.length)];