fichier qui s'occupera de l'éxecution des commandes

This commit is contained in:
guamss 2023-06-27 19:14:04 +02:00
parent 1a37e463e2
commit cc7c2ef0d1
2 changed files with 3 additions and 0 deletions

BIN
exec/a.out Executable file

Binary file not shown.

3
exec/exec.c Normal file
View File

@ -0,0 +1,3 @@
int execute()
{
}