2021-02-09 22:10:43 +01:00

3 lines
68 B
TeX

\begin{minted}{haskell}
[x^2 | x <- [1..200], even x]
\end{minted}