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