7 lines
73 B
C
7 lines
73 B
C
int main(int argc, char **argv)
|
|
{
|
|
(void)argv;
|
|
while(1)
|
|
(void)argc;
|
|
}
|