fork(1) download
  1. let i=1;
  2. while(i < 10)
  3. {
  4. a=parseInt(Math.random()*100);
  5. i++;
  6. print(a);
  7. }
Success #stdin #stdout 0.03s 18884KB
stdin
Standard input is empty
stdout
70
48
90
72
72
55
35
13
42