https://github.com/dashed/advent-of-code
🎄 https://adventofcode.com
https://github.com/dashed/advent-of-code
advent-of-code advent-of-code-2015 advent-of-code-2018 advent-of-code-2019 advent-of-code-2022 advent-of-code-2023 rust
Last synced: 10 months ago
JSON representation
🎄 https://adventofcode.com
- Host: GitHub
- URL: https://github.com/dashed/advent-of-code
- Owner: dashed
- Created: 2018-12-02T09:01:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T10:03:21.000Z (over 1 year ago)
- Last Synced: 2025-03-28T17:57:27.442Z (10 months ago)
- Topics: advent-of-code, advent-of-code-2015, advent-of-code-2018, advent-of-code-2019, advent-of-code-2022, advent-of-code-2023, rust
- Language: Rust
- Homepage:
- Size: 6.97 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
[](https://github.com/dashed/advent-of-code/actions?workflow=Rust)
I'm solving the Advent of Code puzzles using the [Rust](https://www.rust-lang.org/) programming language.
**Completed:**
- https://adventofcode.com/2018
**In progress:**
- https://adventofcode.com/2022
- https://adventofcode.com/2020
- https://adventofcode.com/2019
- https://adventofcode.com/2015
#### Btw, there are spoilers...

## Usage
```sh
# running code for some day of the Advent of Code event
# for example: cargo run -p day-01-2020
cargo run -p
# quick check
cargo check
# or
# for example: cargo check -p day-01-2020
cargo check -p
# creating a new cargo package
# for example: cargo new day-01-2020
# Then add an entry to the workspace in Cargo.toml
cargo new /
```
## Results
### 2018
