dotfiles/vim/skeletons/skel.c
Frank Villaro-Dixon ac141dd8be random shit
2015-11-11 15:27:47 +01:00

19 lines
219 B
C

/**
* @file <+FILENAME+>
* @brief <+DESC+>
*
* 2015 - Frank Villaro-Dixon <Frank@Villaro-Dixon.eu>
*/
#include <stdio.h>
#include <stdlib.h>
int
main(int argc, char *argv[])
{
<+CODE+>
return EXIT_SUCCESS;
}