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