/+junk/LaTeX_Template

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/LaTeX_Template
1 by Gustav Hartvigsson
"initial" code...
1
#include <stdio>
2
3
int main(){
4
  
5
  printf("yo world!");
6
  
7
  return 0;
8
  
9
}