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