]> code.delx.au - dotfiles/blob - .vim/abbrs/cppmain.cpp
Vim: Updates to abbrs
[dotfiles] / .vim / abbrs / cppmain.cpp
1 #include <iostream>
2 #include <cmath>
3 #include <string>
4 #include <vector>
5 #include <inttypes.h>
6
7
8 int
9 main(void)
10 {
11 ___
12 return 0;
13 }
14