fork download
  1. process.stdin.resume();
  2. process.stdin.setEncoding('utf8');
  3.  
  4. // your code goes here
  5. console.log("hello")
Success #stdin #stdout 0.07s 41244KB
stdin
Standard input is empty
stdout
hello