dotfiles/vim/.vim/skeletons/skel.cpp

17 lines
189 B
C++
Raw Normal View History

2013-06-02 19:31:03 +00:00
/*
2013-08-03 10:47:08 +00:00
** <+FILENAME+>
**
** <+DESC+>
**
2016-09-15 20:15:55 +00:00
** <+YEAR+> - Frank Villaro-Dixon <Frank@Villaro-Dixon.eu>
2013-08-03 10:47:08 +00:00
*/
2013-06-02 19:31:03 +00:00
#include <iostream>
using namespace std;
int
main(int argc, char *argv[])
{
<+CODE+>
}