2024-02-15 17:37:28 +01:00

15 lines
201 B
TeX

\chapter{Ipsum}
\begin{listing}[!ht]
\caption{Code example}
\label{lst:example}
\begin{minted}{c}
#include<stdio.h>
int main(void) {
printf("Hello World\n");
return 0;
}
\end{minted}
\end{listing}