We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e70bd3 commit 1e92d92Copy full SHA for 1e92d92
standard-input-output.js
@@ -1,8 +1,7 @@
1
-// Example: 01
+// Example: stdout()
2
process.stdout.write('Hello World\n');
3
4
5
-
6
// Example: 02
7
let answers = [];
8
let questions = [
0 commit comments