Advent of C(ode) 2021
 
 
Go to file
Joey Hines d22ae126a9
Day 7 cleanup
+ Removed an unused sort function
+ Removed unused fuel calc
2021-12-07 19:25:21 -07:00
inputs Day 7 checkin 2021-12-07 19:23:40 -07:00
src Day 7 cleanup 2021-12-07 19:25:21 -07:00
.gitignore Day 1 Check In 2021-12-01 19:43:08 -07:00
CMakeLists.txt Day 7 checkin 2021-12-07 19:23:40 -07:00
README.md Day 1 Check In 2021-12-01 19:43:08 -07:00

README.md

Advent of C(ode) 2021

AOC 2021 attempt using C. Trying to keep it bare bones, minimal dependencies, no malloc, the pain of c, etc.