// your code goes herelet y="";for(let x=15; x>0; x--){y+=x+2 +"\n" };console.log(y)
Standard input is empty
17 16 15 14 13 12 11 10 9 8 7 6 5 4 3
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!