7 lines
70 B
C++
Raw Normal View History

int main(int ac, char** av)
{
(void) ac;
(void) av;
return 0;
}