17 lines
215 B
C
17 lines
215 B
C
/**
|
|
* <+FILENAME+> - <+DESC+>
|
|
*
|
|
* (C) 2010 - Gillieron Kevin <kevin.gillieron@gw-computing.net>
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
|
|
int
|
|
main(int argc, char *argv[])
|
|
{
|
|
<+CODE+>
|
|
|
|
return EXIT_SUCCESS;
|
|
}
|