dotfiles/vim/skeletons/skel.c

18 lines
203 B
C
Raw Normal View History

2013-08-03 10:47:08 +00:00
/*
2013-06-04 16:14:19 +00:00
** <+FILENAME+> - <+DESC+>
**
2014-02-04 16:44:19 +00:00
** 2014 - Frank Villaro-Dixon <Frank@Villaro-Dixon.eu>
2013-06-04 16:14:19 +00:00
*/
2013-06-02 19:31:03 +00:00
#include <stdio.h>
#include <stdlib.h>
int
main(int argc, char *argv[])
{
<+CODE+>
return EXIT_SUCCESS;
}