Fix typo
This commit is contained in:
@@ -50,7 +50,7 @@ incorrect.
|
|||||||
[2] !guess aRa, bRc, dRa, dRc
|
[2] !guess aRa, bRc, dRa, dRc
|
||||||
incorrect.
|
incorrect.
|
||||||
[1] !guess aRa, bRc, dRa, aRd
|
[1] !guess aRa, bRc, dRa, aRd
|
||||||
correct! congratuations!!
|
correct! congratulations!!
|
||||||
id: 389
|
id: 389
|
||||||
a ==> a
|
a ==> a
|
||||||
a ==> c
|
a ==> c
|
||||||
|
|||||||
2
index.ts
2
index.ts
@@ -73,7 +73,7 @@ rl.on("line", (line) => {
|
|||||||
const expr = input.replace("!guess", "").trim();
|
const expr = input.replace("!guess", "").trim();
|
||||||
try {
|
try {
|
||||||
if (guess(expr)) {
|
if (guess(expr)) {
|
||||||
console.log("correct! congratuations!!");
|
console.log("correct! congratulations!!");
|
||||||
show();
|
show();
|
||||||
reset();
|
reset();
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user