Wordament Solver Given a grid of letters of the form | a | d | o | | b | s | n | | m | u | c | And a dictionary of possible words, this project attempts to 'solve' the grid by finding all possible words, a la Wordament or Boggle. Building cargo build Testing cargo test