5 lines
38 B
C++
5 lines
38 B
C++
|
int main(int, char**)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|