I enjoy learning new programming languages by solving Advent of Code (AOC) puzzles. So far, I've learned the basics of Rust and C.
- Day 1: I wrote a custom scanner as part of my study of interpreters and compilers. Scanning the AOC input to recognize patterns is an excellent way to grasp the fundamentals.