Ajout Test 23 et 24

This commit is contained in:
2025-03-03 23:23:40 +01:00
parent 434f9b3985
commit 75911d41d8
8 changed files with 320 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
all: output.txt
output.txt: input.txt
cat input.txt > output.txt
input.txt:
echo "Test" > input.txt

View File

@@ -0,0 +1 @@
Test

View File

@@ -0,0 +1 @@
Test

View File

@@ -0,0 +1,7 @@
all: output.txt
output.txt: input.txt
cat input.txt > output.txt
input.txt:
echo "Test" > input.txt

View File

@@ -0,0 +1 @@
Test

View File

@@ -0,0 +1 @@
Test