15 lines
201 B
TeX
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}
|