fork(1) download
  1. // your code goes here
  2. let text="";
  3. let x=0;
  4. while(x<10) {text +=x; x++;}
Success #stdin #stdout 0.03s 16444KB
stdin
Standard input is empty
stdout
Standard output is empty