5 lines
72 B
Text
5 lines
72 B
Text
int main (int argc, char const* argv[])
|
|
{
|
|
${1:/* code */}
|
|
return 0;
|
|
}
|