Advent Of Code 2023 done in C.
Go to file
2023-12-04 18:44:47 +04:00
day1 Init commit with a complete day 1. 2023-12-02 17:34:17 +04:00
day2 Day 2 part 2 complete! 2023-12-02 19:45:58 +04:00
day3 Bring ISDIGIT macro in part 1 of the day 3 as well. 2023-12-03 19:01:32 +04:00
day4 Replace uint32_t with uint64_t to support wider numbers. 2023-12-04 18:44:47 +04:00
.gitignore Init commit with a complete day 1. 2023-12-02 17:34:17 +04:00
Makefile Day 4 part 2 complete! 2023-12-04 18:21:52 +04:00
run Init commit with a complete day 1. 2023-12-02 17:34:17 +04:00
test Day 4 part 2 complete! 2023-12-04 18:21:52 +04:00