add: exitcode

This commit is contained in:
Camille Chauvet
2023-02-21 22:12:23 +01:00
parent 03a2cc055c
commit 3fb6eb65a8
7 changed files with 29 additions and 31 deletions

View File

@ -6,7 +6,7 @@
/* By: erey-bet <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/02/17 13:09:08 by erey-bet #+# #+# */
/* Updated: 2023/02/21 16:02:09 by erey-bet ### ########.fr */
/* Updated: 2023/02/21 21:45:38 by cchauvet ### ########.fr */
/* */
/* ************************************************************************** */
@ -88,9 +88,3 @@ int echo(int fd, char **strs)
write(fd, "\n", 1);
return (0);
}
int main(int argc, char *argv[])
{
echo(1, argv);
return (0);
}