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