A program that solves word search puzzles, a revisal of my old python project.
Clone and run it:
$ git clone https://github.com/OgGhostJelly/word_search_solver.git
$ cd word_search_solver
$ cargo run
The ./word_search
text file contains the puzzle board, and is what the program will try to solve when it is ran.