feat(Car.java): ajout commentaire et basic fn

This commit is contained in:
2025-10-29 23:19:56 +01:00
parent cd9894e92b
commit 6e0ddb5aa6
2 changed files with 79 additions and 0 deletions

View File

@@ -5,5 +5,8 @@ public class Main {
{'#', ' ', 'S'},
{'9', '#', 'F'},
});
System.out.println(m.getPathSize());
Car car = new Car(m.getPathSize());
}
}