1 year ago
#347709
gopi mudumal
How can take input for extrnal platform ie.., boiler plate code for plain javascript
var stdin = process.openStdin();
stdin.addListener("data",function (d) {
})
Sample input:
1
5
I want take this input in my code. I can't able to write boiler plate code please help me
javascript
boilerplate
0 Answers
Your Answer