/** * <+FILENAME+> - <+DESC+> * * (C) 2010 - Gillieron Kevin */ #include #include int main(int argc, char *argv[]) { <+CODE+> return EXIT_SUCCESS; }