Make my final code look less stupid.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user