useless fix (normed infinite loop)
This commit is contained in:
@ -1,6 +1,18 @@
|
|||||||
int main(int argc, char **argv)
|
/* ************************************************************************** */
|
||||||
|
/* */
|
||||||
|
/* ::: :::::::: */
|
||||||
|
/* test3.c :+: :+: :+: */
|
||||||
|
/* +:+ +:+ +:+ */
|
||||||
|
/* By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ */
|
||||||
|
/* +#+#+#+#+#+ +#+ */
|
||||||
|
/* Created: 2024/04/22 19:42:37 by marde-vr #+# #+# */
|
||||||
|
/* Updated: 2024/04/22 19:42:38 by marde-vr ### ########.fr */
|
||||||
|
/* */
|
||||||
|
/* ************************************************************************** */
|
||||||
|
|
||||||
|
int main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
(void)argv;
|
(void) argv;
|
||||||
while(1)
|
while (1)
|
||||||
(void)argc;
|
(void)argc;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user