diff --git a/index.mjs b/index.mjs index d71084f..23fa7e8 100644 --- a/index.mjs +++ b/index.mjs @@ -22,7 +22,7 @@ let problem = await prompt(": ") let lang = await prompt(": "); -let generations = await prompt(": "); +let generations = await prompt(": "); generations = Math.ceil(Number(generations)) console.log("coding, this will take a bit of time!"); @@ -101,7 +101,7 @@ async function aThousand() { ` for (let i = 0; i < generations; i++) { - console.log(`Generation ${i + 1}`); + console.log(`Answer ${i + 1}`); let potentialAnswer = await main(); potentialAnswers.push(potentialAnswer); }