"C++ frame": { "prefix": "dx", "body": [ "#include <iostream>$2", "using namespace std;", "", "int main()", "{", "\tsystem(\"cls\");", "", "\t$1", "", "\treturn 0;", "}" ], "description": "C++ frame" }