Files
minishell/other/test3.c
2024-04-19 17:57:44 +02:00

7 lines
73 B
C

int main(int argc, char **argv)
{
(void)argv;
while(1)
(void)argc;
}