advent-of-code-2023/day4
2023-12-04 11:57:50 -07:00
..
data.txt 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
main.zig 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
test.txt 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