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