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