mirror of
https://github.com/bertptrs/adventofcode.git
synced 2026-02-09 10:30:32 +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.