Skip to content

Commit 45b667d

Browse files
committed
Polish... again.
1 parent d03ddbf commit 45b667d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ A "Word Search" solver
44
![Example of Word Search Solver](imgs/example-of-wordsearchsolver.PNG "Example of Word Search Solver")
55

66
## Instructions:
7+
The program requires two plaintext files, **words.txt** and **puzzle.txt**, in the same directory as the executable.
78
Input the word list into **words.txt**, with each word on its own line.
89
Input the puzzle into **puzzle.txt**, with no spaces between the characters.
910
Run the program, and follow the on-screen instructions.

0 commit comments

Comments
 (0)