summaryrefslogblamecommitdiffstats
path: root/emacs.d/lisp/yasnippet/snippets/cc-mode/main
blob: 92490491ab2d5c1b7bc25541dff5e51b290e19b8 (plain) (tree)
1
2
3
4
5
6
7






                                   
#name: int main(argc, argv) { ... }
# --
int main(int argc, char *argv[])
{
    $0
    return 0;
}