Ajout de l'héritage des entrées/sorties dans CommandExecutor + Ajout du test 11

This commit is contained in:
2025-02-09 17:16:48 +01:00
parent 2d00f55fbe
commit 623f737ccc
6 changed files with 46 additions and 23 deletions

View File

@@ -0,0 +1,7 @@
all: main
main: main.c
gcc -o main main.c
clean:
rm -f main