/+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

  • 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
#include <stdio>
 
2
 
 
3
int main(){
 
4
  
 
5
  printf("yo world!");
 
6
  
 
7
  return 0;
 
8
  
 
9
}