aboutsummaryrefslogtreecommitdiff
path: root/template/boost-main.cpp
blob: e3d37ce5b89afa01309b76fe36c133aa5598e152 (plain)
1
2
3
4
5
6
7
8
#include <iostream>
#include <boost/foreach.hpp>

int
main(int argc, char* argv[]) {
	{{_cursor_}}
	return 0;
}