main() { int i; for( i = 1; i <= 10; i++ ) { printf("Hello World, from Aztec C line %d\n", i); } }