mirror of
https://github.com/bertptrs/adventofcode.git
synced 2026-03-27 00:40:35 +01:00
- Refactor ALU to a single function to be reused - Abstract registers out of a global variable into a function argument - Use proper table initialisations - Accept that LUA starts arrays at 1. Partially.