Correct tests for word-search exercise

What does this PR change? Is it simply renaming a variable in the test file? That doesn’t seem to do very much.

The CI compiles the tests with -Wname-shadowing so this renaming was necessary as words shadows the existing binding imported from Prelude.

1 Like