this repo has no description
0
fork

Configure Feed

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

at main 9 lines 478 B view raw view rendered
1# Advent of Code Challenges 2 3This repo serves to train Rust with the [Advent of Code challenges](https://adventofcode.com/2021) that take place on December of each year. 4 5I'm creating each branch for each year so you can navigate for each year that I participated. 6The main branch serves only as a template. 7 8Each challenge will have it's own file and unit tests to validate the challenge, also, 9every challenge has an input file with data, that I'm storing on `input/` folder.