aboutsummaryrefslogtreecommitdiff
path: root/template/main.cpp
blob: 1a92edbc9129f22af60eba0abca2ea65d6c50215 (plain)
1
2
3
4
5
6
7
8
#include <iostream>
#include <string>

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