Advent of C(ode) 2021
 
 
Go to file
Joey Hines 03b707c41a
Day 5 Checkin
+ Found a bug in read_input where previous inputs could collide with new inputs
+ That might need further investigation but a memset works for now
2021-12-05 00:14:11 -07:00
inputs Day 5 Checkin 2021-12-05 00:14:11 -07:00
src Day 5 Checkin 2021-12-05 00:14:11 -07:00
.gitignore Day 1 Check In 2021-12-01 19:43:08 -07:00
CMakeLists.txt Day 5 Checkin 2021-12-05 00:14:11 -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.