#include <stdio.h>int main(){ for(int i=10; i>=1; i--){ printf("%d",i); } printf("\n"); return 0;}
3 5 8 2 1 3 2 4 5 6
10987654321
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!