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