Update javaAPI/fr/iut_fbleau/HexGame/HexMain.java
This commit is contained in:
@@ -11,7 +11,7 @@ import java.util.Scanner;
|
||||
public class HexMain {
|
||||
|
||||
public static void main(String[] args) {
|
||||
int size = 7;
|
||||
int size = 11;
|
||||
if (args.length >= 1) {
|
||||
try { size = Integer.parseInt(args[0]); } catch (NumberFormatException ignored) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user