···11+# Advent of Code Challenges
22+33+This repo serves to train Rust with the [Advent of Code challenges](https://adventofcode.com/2021) that take place on December of each year.
44+55+I'm creating each branch for each year so you can navigate for each year that I participated.
66+The main branch serves only as a template.
77+88+Each challenge will have it's own file and unit tests to validate the challenge, also,
99+every challenge has an input file with data, that I'm storing on `input/` folder.