Commit d53c2e6e authored by Lalita's avatar Lalita

add file JS

parent 797cb2ab
Pipeline #953 canceled with stages
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