We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ae0e8 commit cd6168eCopy full SHA for cd6168e
βapp/main.js
@@ -5,7 +5,6 @@ const rl = readline.createInterface({
5
output: process.stdout,
6
});
7
8
-// Uncomment this block to pass the first stage
9
-// rl.question("$ ", (answer) => {
10
-// rl.close();
11
-// });
+rl.question("$ ", (answer) => {
+ rl.close();
+});
0 commit comments