dotfiles/vim/skeletons/skel.cpp

15 lines
128 B
C++
Raw Normal View History

2013-06-02 19:31:03 +00:00
/*
* <+FILENAME+>
*
* <+DESC+>
*/
#include <iostream>
using namespace std;
int
main(int argc, char *argv[])
{
<+CODE+>
}