Commit graph

7 commits

Author SHA1 Message Date
eba12afb88
Move to CMake from make
Allows for Language Server setup, and less typing on my part
2025-01-08 13:28:00 -05:00
d72418da5b
Update makefile to run properly without crashing
Also port to FreeBSD-compatible Makefile calls
2025-01-08 12:36:34 -05:00
d965af1f67
Edit part2 for faster runtime
Turns out printing _everything_ to the command line bogs stuff down a
LOT; whoops
2025-01-06 18:12:08 -05:00
88cc88524e
Finish initial implementation of part 2
Could definitely be improved, kinda brute-force. Consider recursion?
Behaves a bit slow, might be from all of the prints though...
2025-01-06 18:10:00 -05:00
60f6fa9add
Add folder dependency to makefile 2025-01-06 18:01:51 -05:00
3230fe1ffc
Finish day 1 part 1 2025-01-06 18:00:22 -05:00
c59f828695
Start day 1 setup 2025-01-06 17:36:50 -05:00