/+junk/LaTeX_Template

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/LaTeX_Template

« back to all changes in this revision

Viewing changes to enAnnanFil.cpp.tex

  • Committer: Gustav Hartvigsson
  • Date: 2012-03-28 19:59:22 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20120328195922-k3p0bjhq9ufunmd4
"initial" code...

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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}