6 lines
49 B
Plaintext
6 lines
49 B
Plaintext
|
|
||
|
int main(int argc, char** argv)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|