mirror of
https://github.com/fanlumaster/googlepinyinime-rev.git
synced 2025-09-19 04:06:11 +08:00
initial commit
This commit is contained in:
13
.vscode/custom.code-snippets
vendored
Normal file
13
.vscode/custom.code-snippets
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"Main Function": {
|
||||
"scope": "c,cpp",
|
||||
"prefix": "main",
|
||||
"body": [
|
||||
"int main(int argc, char *argv[]) {",
|
||||
" $0",
|
||||
" return 0;",
|
||||
"}"
|
||||
],
|
||||
"description": "Insert a C++ main function"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user