Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fa-sharp/advent-of-code-2021
Advent of Code 2021 solutions written in Rust, Python, and JS
https://github.com/fa-sharp/advent-of-code-2021
Last synced: 5 days ago
JSON representation
Advent of Code 2021 solutions written in Rust, Python, and JS
- Host: GitHub
- URL: https://github.com/fa-sharp/advent-of-code-2021
- Owner: fa-sharp
- Created: 2022-07-10T05:46:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-26T23:45:04.000Z (about 2 years ago)
- Last Synced: 2023-06-02T03:24:57.490Z (over 1 year ago)
- Language: Rust
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code - 2021
These are the problems from [Advent of Code 2021](https://adventofcode.com/2021). I originally wanted to challenge myself by using different languages as I go through it. I ended up using Rust for a lot of them, as I apparently enjoy being in an ongoing, epic battle with a compiler.
## Languages used
- Python (Days 1, 8)
- Rust (Days 2, 3, 5, 6, 7, 9, 10, 11, 12)
- JavaScript (Day 4)