Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thelartians/advent-of-code-2020

☃️🎄👨‍💻 Solving Advent of Code 2020 in Rust 🦀
https://github.com/thelartians/advent-of-code-2020

advent-of-code advent-of-code-2020 rust solutions

Last synced: 14 days ago
JSON representation

☃️🎄👨‍💻 Solving Advent of Code 2020 in Rust 🦀

Awesome Lists containing this project

README

        

# advent-of-code-2020

This repositoty is the result of me learning Rust by solving advent of code challenges every day in December 2020.
My main focus was on creating clean and readable rust code and learning the idioms of the language.

## Usage

Each day is separated into its own branch containing input and examples.
The point where part 1 is solved is clearly marked in the commit history.
The solutions are usually run through `cargo run `, passing the path to the input file or parameters as arguments (should be obvious from the source).