7 lines
77 B
C++
Raw Normal View History

2020-08-30 11:54:41 +02:00
int main(int argc, char* argv[])
{
(void)argc;
(void)argv;
return 0;
}