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