\begin{minted}{lang}
code
\end{minted}

int main(){
	fonction(3);
 	return 0;
}

let est_noir (clr:couleur) : bool =
	match clr with 
	| Carreau -> false
	| Coeur -> false
	| _ -> true

