/+junk/FLECS-Template

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/FLECS-Template
1 by Gustav Hartvigsson
* Inital commit
1
#include <flecs.h>
2
3
int main (int argc, char * argv[]) {
4
  return 0;
5
}