aboutsummaryrefslogtreecommitdiff
path: root/template/cpp/snip-for.cpp
blob: 210541efb76e3591d5aec907533d6de0b6fb72c0 (plain)
1
2
3
for (int n = 0; n < {{_input_:count}}; n++) {
	{{_cursor_}}
}