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

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