2016-12-27 19:38:56 -07:00

6 lines
72 B
Plaintext

int main (int argc, char const* argv[])
{
${1:/* code */}
return 0;
}