Last active
December 30, 2018 03:35
-
-
Save Utshaw/0f4e144397f0be316effc128feabc444 to your computer and use it in GitHub Desktop.
vscode c++ snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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