dotfiles/vim/skeletons/skel.cpp
2014-02-04 17:44:19 +01:00

17 lines
185 B
C++

/*
** <+FILENAME+>
**
** <+DESC+>
**
** 2014 - Frank Villaro-Dixon <Frank@Villaro-Dixon.eu>
*/
#include <iostream>
using namespace std;
int
main(int argc, char *argv[])
{
<+CODE+>
}