Programmation Linux C pour boucle

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