# The Weekly Challenge The Weekly Challenge - #086 - Tyler Wardhaugh ## Usage Run Task 1: $ ./run.lua ch-1 A N1 N2 N3... Run Task 2: $ ./run.lua ch-2 SUDOKO-FILE Run the project's tests (all the samples from the task descriptions plus some others): $ ./test.lua ## Requirements: * [Lua](https://www.lua.org/) 5.3 * [LuaRocks](https://luarocks.org/) * [busted](https://olivinelabs.com/busted/) (a unit testing framework) * [Moses](https://yonaba.github.io/Moses/) (a Lua utility-belt library)