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

10 lines
130 B
C++
Raw Normal View History

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