To get this branch, use:
bzr branch
http://gegoxaren.bato24.eu/bzr/%2Bjunk/LaTeX_Template
1
by Gustav Hartvigsson
"initial" code...
|
1
|
\begin{lstlisting}[language=C]
|
2
|
|
3
|
#include <stdio>
|
4
|
|
5
|
int main(){
|
6
|
//Just prints "Yo world!"
|
7
|
printf("yo world!");
|
8
|
|
9
|
return 0;
|
10
|
|
11
|
}
|
12
|
\end{lstlisting}
|