advent of code 2024 solutions
This project started as a single main.go for day 1 and has gradually grown into a CLI app with visualizations. Early day code is messier than later day code. Read with caution. :)
This is a golang CLI app using bubbletea and lipgloss for any visualizations.
All of these visualizations were made with vhs, a great utility for recording CLI apps.
To make a tape, build and execute the tape file with the vhs
utility.
make && vhs tapes/day8.tape