Give more breathing room
This commit is contained in:
parent
45a9ae4f20
commit
500dcc1b9a
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ package eu.m724.crossword;
|
||||||
|
|
||||||
public class Main {
|
public class Main {
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
CrosswordBuilder builder = new CrosswordBuilder(12, 12, "crossword")
|
CrosswordBuilder builder = new CrosswordBuilder(20, 20, "crossword")
|
||||||
.addWord("cat", "Furry feline pet")
|
.addWord("cat", "Furry feline pet")
|
||||||
.addWord("owl", "Nocturnal bird of prey")
|
.addWord("owl", "Nocturnal bird of prey")
|
||||||
.addWord("kite", "Flying toy on a string")
|
.addWord("kite", "Flying toy on a string")
|
||||||
|
|
Loading…
Reference in a new issue