dotfiles/.vim/template/cpp/base-main.cpp

9 lines
101 B
C++
Raw Normal View History

2012-02-13 19:19:04 +00:00
#include <iostream>
#include <string>
int
main(int argc, char* argv[]) {
{{_cursor_}}
return 0;
}