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