Skip to content

Commit cd6168e

Browse files
committed
[any message]
1 parent 88ae0e8 commit cd6168e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

β€Žapp/main.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const rl = readline.createInterface({
55
output: process.stdout,
66
});
77

8-
// Uncomment this block to pass the first stage
9-
// rl.question("$ ", (answer) => {
10-
// rl.close();
11-
// });
8+
rl.question("$ ", (answer) => {
9+
rl.close();
10+
});

0 commit comments

Comments
 (0)