Programação Linux C para Loop
for(int i = 0; i < n; i++){
printf("%d",i);
}
KeWols
for(int i = 0; i < n; i++){
printf("%d",i);
}