Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kvrhdn/advent-of-code
Solutions for Advent of Code ⭐️
https://github.com/kvrhdn/advent-of-code
advent-of-code advent-of-code-2015 advent-of-code-2017 advent-of-code-2019 advent-of-code-2020
Last synced: 3 months ago
JSON representation
Solutions for Advent of Code ⭐️
- Host: GitHub
- URL: https://github.com/kvrhdn/advent-of-code
- Owner: kvrhdn
- Created: 2020-11-08T00:27:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T08:07:51.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T19:53:56.030Z (7 months ago)
- Topics: advent-of-code, advent-of-code-2015, advent-of-code-2017, advent-of-code-2019, advent-of-code-2020
- Language: Rust
- Homepage:
- Size: 919 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
My solutions for [Advent of Code](https://adventofcode.com).
Years:
[🎄 2015](https://adventofcode.com/2015) - [advent-of-code-2015](./advent-of-code-2015) (Rust) ⭐️
[⚡ 2017](https://adventofcode.com/2017) - [advent-of-code-2017](./advent-of-code-2017) (Go) ⭐️
[🪐 2019](https://adventofcode.com/2019) - [adent-of-code-2019](./advent-of-code-2019) (Rust)
[🐉 2020](https://adventofcode.com/2020) - [advent-of-code-2020](./advent-of-code-2020) (Rust) ⭐️
[❓ 2021](https://adventofcode.com/2021) - [advent-of-code-2021](./advent-of-code-2021) (Go)Solutions in other repo's:
[🎅 2018](https://adventofcode.com/2018) - [kvrhdn/Advent-of-Code-2018](https://github.com/kvrhdn/Advent-of-Code-2018) (Rust)