Make my final code look less stupid.

This commit is contained in:
2026-03-28 19:47:34 -04:00
parent 138065ad1e
commit e49d09106c
+1 -1
View File
@@ -390,7 +390,7 @@
return data;
}
for (c = 158; c < Number.MAX_SAFE_INTEGER && c > Number.MIN_SAFE_INTEGER; c++) {
for (c = 158; c < Number.MAX_SAFE_INTEGER; c++) {
try {
console.log(decrypt(c));
exit();