mirror of
https://github.com/fanlumaster/googlepinyinime-rev.git
synced 2025-07-18 17:08:00 +08:00
13 lines
230 B
Plaintext
13 lines
230 B
Plaintext
{
|
|
"Main Function": {
|
|
"scope": "c,cpp",
|
|
"prefix": "main",
|
|
"body": [
|
|
"int main(int argc, char *argv[]) {",
|
|
" $0",
|
|
" return 0;",
|
|
"}"
|
|
],
|
|
"description": "Insert a C++ main function"
|
|
}
|
|
} |