1
2
3
4
import java.lang.System;
for (i in reverse[1,2,3,4,5]){
  System.out.println(i);
}