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