This commit is contained in:
2025-02-15 02:10:58 +09:00
parent 468651caf1
commit 87f01d39bf
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ incorrect.
[2] !guess aRa, bRc, dRa, dRc
incorrect.
[1] !guess aRa, bRc, dRa, aRd
correct! congratuations!!
correct! congratulations!!
id: 389
a ==> a
a ==> c

View File

@@ -73,7 +73,7 @@ rl.on("line", (line) => {
const expr = input.replace("!guess", "").trim();
try {
if (guess(expr)) {
console.log("correct! congratuations!!");
console.log("correct! congratulations!!");
show();
reset();
} else {