mirror of
https://github.com/mintycube/dotfiles.git
synced 2024-10-22 14:05:41 +02:00
15 lines
216 B
JSON
15 lines
216 B
JSON
|
{
|
||
|
"Hello World": {
|
||
|
"prefix": "hello",
|
||
|
"body": [
|
||
|
"#include <iostream>",
|
||
|
"",
|
||
|
"int main () {",
|
||
|
"\t$1",
|
||
|
"\treturn 0;",
|
||
|
"}"
|
||
|
],
|
||
|
"description": "starter template"
|
||
|
}
|
||
|
}
|