Comment imprimer le poulet en C

#include <stdio.h>
void main(){
	printf("chicken");
}
1DS20AI049_Samarth Prasad