added the exec part

This commit is contained in:
Maieul BOYER 2024-07-11 18:05:27 +02:00
parent 4f6e96d0e0
commit 2cfce88274
No known key found for this signature in database
9 changed files with 138 additions and 5 deletions

20
exec/include/exec/run.h Normal file
View file

@ -0,0 +1,20 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* run.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/07/11 17:23:24 by maiboyer #+# #+# */
/* Updated: 2024/07/11 17:38:05 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef RUN_H
#define RUN_H
#include "me/types.h"
#endif /* RUN_H */