word_search_solver 0.1.0

Solves a word search
Documentation
1
2
3
4
5
6
# Word Search Solver

![docs.rs](https://img.shields.io/docsrs/word_search_solver/0.1.0)

Finds the starting character(s) of a word in a word search.

Made for [Advent of Code 2024 Problem 4 Part 1.](https://adventofcode.com/2024/day/4)