mirror of
https://github.com/reactos/CMake.git
synced 2024-11-29 06:20:23 +00:00
7 lines
70 B
C++
7 lines
70 B
C++
int main(int ac, char** av)
|
|
{
|
|
(void) ac;
|
|
(void) av;
|
|
return 0;
|
|
}
|