/+junk/LaTeX_Template

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/LaTeX_Template
1
2
3
4
5
6
7
8
9
#include <stdio>

int main(){
  
  printf("yo world!");
  
  return 0;
  
}