Maj du git depuis la derniere fois

This commit is contained in:
2025-11-27 13:53:52 +01:00
parent ffdd031bc1
commit 6f13bae4f8
18 changed files with 1838 additions and 74 deletions

View File

@@ -27,7 +27,7 @@ public afficher(String nom){
for(Node c : children){
c.print(nom+"");
c.print(nom+" ");
}