diff options
Diffstat (limited to 'Crosswords.icl')
-rw-r--r-- | Crosswords.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Crosswords.icl b/Crosswords.icl index 7489545..21cb2c4 100644 --- a/Crosswords.icl +++ b/Crosswords.icl @@ -24,7 +24,7 @@ instance zero Crossword where zero = [] :: RandomSeed :== Int -dictionary :== "dict-3-6.txt" +dictionary :== "dictionary.txt" // Reads words from stdin (end with empty line) and builds a crossword that // connects all these words (if possible); then fills the crossword with words |