fork(1) download
  1. // your code goes here
  2. var x=10;
  3. x +=5;
  4. console.log(x)
Success #stdin #stdout 0.04s 18656KB
stdin
Standard input is empty
stdout
15