fork download
  1. let i=1;
  2. while(i < 10)
  3. {
  4. a=parseInt(Math.random()*10);
  5. i++;
  6. print(a);
  7. }
Success #stdin #stdout 0.04s 16684KB
stdin
Standard input is empty
stdout
5
9
2
2
2
5
0
0
1