เพิ่มไฟล์ readinfo.js

parent 5181f1ad
const readline = require('readline');
const rl = readline.createInterface({input: process.stdin, output: process.stdout});
console.log('Hello world'); // print('Hello world');
rl.close();
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment