]> code.delx.au - dotfiles/blob - .vim/abbrs/cmaina.c
Vim: Updates to abbrs
[dotfiles] / .vim / abbrs / cmaina.c
1 #include <stdio.h>
2 #include <stdlib.h>
3 #include <string.h>
4 #include <math.h>
5 #include <inttypes.h>
6 #include <stdbool.h>
7
8
9 int
10 main(int argc, char** argv)
11 {
12 ___
13 return 0;
14 }
15