Linux C -Programmierung für Schleife
for(int i = 0; i < n; i++){
printf("%d",i);
}
KeWols
for(int i = 0; i < n; i++){
printf("%d",i);
}