My attempts to solve puzzles of Advent of Code
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(2022): Readme.ord -> Readme.md

+2 -2
+2 -2
README.org README.md
··· 1 1 # Advent of Code 2 2 3 3 Over the years, I have tried solving puzzles using various languages - Haskell and Lean. 4 - In 2022, I am building a Rust-based system to solve the same puzzles. 4 + In 2022, I am building a Rust-based system to solve the same puzzles for 2022 and in _future_. 5 5 6 6 I have moved yesteryear's attempts to the `archive` folder. 7 7 8 8 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. 9 9 10 - _I plan to convert the same `main` function to a CLI app._ 10 + _I plan to convert the same `main` function to a CLI app some day._