fork(1) download
  1. // your code goes here
  2. let text="";
  3. let i=2;
  4. while(i < 8) {text += i + "<br>"; i++;}
Success #stdin #stdout 0.04s 16624KB
stdin
Standard input is empty
stdout
Standard output is empty