This commit is contained in:
mike
2025-12-21 07:00:15 +01:00
parent ade4740a8c
commit 3ef92b2b9b
4 changed files with 807 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ public class Main {
public int pop = 18;
public int gens = 100;
public int tries = 50;
public String wordsPath = "./word-list.txt";
public String wordsPath = "./out/pool.txt";
}
static void usage() {