···11-#+TITLE: README
22-My [[https://adventofcode.com/][Advent of Code]] attempts
11+# Advent of Code
22+33+Over 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.
55+66+I have moved yesteryear's attempts to the `archive` folder.
77+88+The 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.
99+1010+_I plan to convert the same `main` function to a CLI app._