Commit 0977e12b authored by wichuda's avatar wichuda

add

parent a7cb244e
Pipeline #962 failed with stages
const readline = require('readline');
const rl = readline.createInterface({ input: Process.stdin, output: Process.stdout });
rl.question('กรอกชื่อ ', (answer) => {})
console.log('hhhh');
\ 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