4C6H6ZYD4SVDHKIXD76SSFYE32V3GTY75WO6OVXZTL5JA3I3XL5AC # AoC 2021 solutions in zigAfter solving AoC in golang first, now I try to rewrite it in zig.While doing it I try to improve the speed of my solutions. There will beno asm tweaks here, but I try to do my best.# Ideas to enhance various solution speed## Day 3Instead of using strings, try comparing bitwise. It should go much faster.