We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03ddbf commit 45b667dCopy full SHA for 45b667d
README.md
@@ -4,6 +4,7 @@ A "Word Search" solver
4

5
6
## Instructions:
7
+The program requires two plaintext files, **words.txt** and **puzzle.txt**, in the same directory as the executable.
8
Input the word list into **words.txt**, with each word on its own line.
9
Input the puzzle into **puzzle.txt**, with no spaces between the characters.
10
Run the program, and follow the on-screen instructions.
0 commit comments