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