···11# Advent of Code
2233Over the years, I have tried solving puzzles using various languages - Haskell and Lean.
44-In 2022, I am building a Rust-based system to solve the same puzzles.
44+In 2022, I am building a Rust-based system to solve the same puzzles for 2022 and in _future_.
5566I have moved yesteryear's attempts to the `archive` folder.
7788The main folder would consist of the Rust project, which has the `aoc-lib` library (_will write more about it in future_), the `solutions` folder consisting of solutions to the puzzles every year (starting with `year_2022`), and the `main` function which uses the solutions to generate the answers.
991010-_I plan to convert the same `main` function to a CLI app._
1010+_I plan to convert the same `main` function to a CLI app some day._