7 lines
68 B
C++
7 lines
68 B
C++
int main(int ac, char** av)
|
|
{
|
|
(void)ac;
|
|
(void)av;
|
|
return 0;
|
|
}
|