Programowanie Linux C dla pętli

for(int i = 0; i < n; i++){						 
	printf("%d",i);
}
KeWols