Skip to content

Instantly share code, notes, and snippets.

@Utshaw
Last active December 30, 2018 03:35
Show Gist options
  • Save Utshaw/0f4e144397f0be316effc128feabc444 to your computer and use it in GitHub Desktop.
Save Utshaw/0f4e144397f0be316effc128feabc444 to your computer and use it in GitHub Desktop.
vscode c++ snippet
{
"Template for C++ code": {
"prefix": "cpp",
"body": [ "#include <iostream>\n#include <bits/stdc++.h>\n\nusing namespace std;\n\n#define endl '\\n'\n\nint main() {\n\t$0\n\n\treturn 0;\n}" ]
,
"description": ""
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment