mirror of
https://github.com/guezoloic/L3-racing-game.git
synced 2026-03-31 04:11:33 +00:00
feat(Car.java): ajout commentaire et basic fn
This commit is contained in:
@@ -5,5 +5,8 @@ public class Main {
|
||||
{'#', ' ', 'S'},
|
||||
{'9', '#', 'F'},
|
||||
});
|
||||
|
||||
System.out.println(m.getPathSize());
|
||||
Car car = new Car(m.getPathSize());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user