Skip to content

Commit 1e92d92

Browse files
committed
stdin and stdout in NodeJS
1 parent 5e70bd3 commit 1e92d92

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

standard-input-output.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
// Example: 01
1+
// Example: stdout()
22
process.stdout.write('Hello World\n');
33

44

5-
65
// Example: 02
76
let answers = [];
87
let questions = [

0 commit comments

Comments
 (0)