fork(1) download
  1. // your code goes here
  2. let text="";
  3. for(let x=1; x<7; x++)
  4. {if(x==5){break;}
  5. text+=x;}
  6.  
Success #stdin #stdout 0.02s 16596KB
stdin
Standard input is empty
stdout
Standard output is empty