mirror of
https://github.com/guezoloic/L3-racing-game.git
synced 2026-03-31 04:11:33 +00:00
feat(Map.java): ajout fromChars fonction
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Projet Livrable 1");
|
||||
Map m = Map.fromChars(new Character[][] {
|
||||
{'3', '#', '2'},
|
||||
{'#', ' ', 'S'},
|
||||
{'9', '#', 'F'},
|
||||
});
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user