Joey Hines
d853ba0b10
* Added puzzle_input.c to help handle common input parsing * Accepts a parser callback function to do the day specific parsing * Updated day_1 to use new parsing system |
||
---|---|---|
inputs | ||
src | ||
.gitignore | ||
CMakeLists.txt | ||
README.md |
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.