{ "Main Function": { "scope": "c,cpp", "prefix": "main", "body": [ "int main(int argc, char *argv[]) {", " $0", " return 0;", "}" ], "description": "Insert a C++ main function" } }