#include <stdio.h>main(){int k;for (k=5;k>=1;k--){ printf("%d",k);}}
Standard input is empty
54321
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!