Update javaAPI/fr/iut_fbleau/HexGame/HexMain.java

This commit is contained in:
2026-02-06 09:53:00 +01:00
parent 912675f897
commit 05871232bd

View File

@@ -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) {}
}