# The Weekly Challenge The Weekly Challenge - #078 - Tyler Wardhaugh ## Usage Run Task 1: $ lua -e 'require"ch-1".run({9, 10, 7, 5, 6, 1})' Run Task 2: $ lua -e 'require"ch-2".run({10, 20, 30, 40, 50}, {3, 4})' Run the project's tests (which are samples from the task descriptions): $ lua test.lua ## Requirements: * [Lua](https://www.lua.org/) 5.3 * [LuaRocks](https://luarocks.org/) * [busted](https://olivinelabs.com/busted/) (unit testing framework)