Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🦀
- Host: GitHub
- URL: https://github.com/thelartians/advent-of-code-2020
- Owner: TheLartians
- Created: 2020-12-04T13:12:08.000Z (about 4 years ago)
- Default Branch: day-1
- Last Pushed: 2021-01-06T12:38:54.000Z (almost 4 years ago)
- Last Synced: 2024-10-06T05:41:20.060Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2020, rust, solutions
- Language: Rust
- Homepage: https://adventofcode.com
- Size: 158 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).