#include int main() { int index; for(index = 0; index < 10; index++) printf("%d\n", index); return 0; }