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