#include <stdio.h> int main() { int m; for(m=20; m>=0; m--) { //al contrario, dal più grande al più piccolo printf("%d\n", m); } }
To embed this project on your website, copy the following code and paste it into your website's HTML: