Lua. Installable at: https://www.lua.org/download.html
Luarocks. Installable at: https://github.com/luarocks/luarocks/wiki/Download
- luafilesystem
- lunatest
All luarocks dependencies are installable via lua install_dependencies.lua
Run all days with lua app.lua
or run specific days with lua app.lua 1
, in true lua-spirit days are indexed starting at 1
Run all tests with lua app.lua tests
or run a specific day's tests with lua app.lua tests 1
Create a new day via lua create_day.lua <day:number>
e.g. lua create_day.lua 1
which will create the file structure format app.lua expects