aboutsummaryrefslogtreecommitdiff
path: root/template/main.c
blob: f2a929bb9846c57114b792a10ebd6ec1bf04eb83 (plain)
1
2
3
4
5
6
7
#include <stdio.h>

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