No description
Find a file
2023-12-11 20:57:36 -07:00
day1 Wow Zig is hard. Day 1 done 2023-12-01 12:53:43 -07:00
day2 Cleaning 2023-12-02 16:45:11 -07:00
day3 memory?? 2023-12-03 22:47:10 -07:00
day4 day4. Getting the hang of it. Much more straight forward than yesterday. I was hoping I could get the arrays set up without an allocator.. I feel like you should be able to. The file is loaded at compile time so technically we should know the size of the arrays. Maybe a future project 2023-12-04 11:57:50 -07:00
day5 Terribly inefficient. But hey, it works! 2023-12-04 23:59:21 -07:00
day6 Day 6. Cheating a bit. Not bothering to try to parse a file with the data, just putting it in variables. And there's an off-by-one error at the end Im just going to ignore 2023-12-06 12:26:25 -07:00
day7 Day 7. Took a bit longer, but nothing too challenging. Running into some Zig stuff, like trying to figure out how to copy an array so I can mutate it.. 2023-12-07 21:15:12 -07:00
day8 Day 8. After doing AoC for a number of years, I pretty much knew what to do here for Part 2 2023-12-08 15:17:06 -07:00
day9 day 9. Why do I feel like I could have doen this a much easier way... 2023-12-08 23:09:27 -07:00
day10 Not done with day 10 yet. Cannot figure out part 2. Crap 2023-12-11 16:41:39 -07:00
day11 So much easier than day10. Man this year is crazy 2023-12-11 20:57:36 -07:00
README.md Wow Zig is hard. Day 1 done 2023-12-01 12:53:43 -07:00

AoC 2023

Doing it in Zig