fork(1) download
  1. // your code goes here
  2. let y="";
  3. for(let x=15/2; x>0; x--)
  4. {y+=x +"\n" };
  5. console.log(y)
Success #stdin #stdout 0.05s 16604KB
stdin
Standard input is empty
stdout
7.5
6.5
5.5
4.5
3.5
2.5
1.5
0.5