4C6H6ZYD4SVDHKIXD76SSFYE32V3GTY75WO6OVXZTL5JA3I3XL5AC
# AoC 2021 solutions in zig
After 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 be
no asm tweaks here, but I try to do my best.
# Ideas to enhance various solution speed
## Day 3
Instead of using strings, try comparing bitwise. It should go much faster.