Commit 06c49de2 authored by Piyunggur Sonsongklin's avatar Piyunggur Sonsongklin

week02

parent 91a7b73d
const rl = require('readline');
const io = rl.createInterface({
input:process.stdin,
output:process.stdout
});
io.on('line',(input) => {
console.log('สวัสดีคุณ '+ input);
})
{
"name": "student",
"version": "1.0.0",
"description": "display student information given nickname for partially entered fullname",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://projectcs.sci.ubu.ac.th/piyunggur/nodejs_60_2"
},
"keywords": [
"students",
"nodejs",
"comsci",
"ubu"
],
"author": "piyunggur",
"license": "ISC"
}
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