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

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

Awesome Lists containing this project

README

          

# Advent of Code

[![Build Status](https://github.com/dashed/advent-of-code/workflows/Rust/badge.svg)](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...

![](https://media.giphy.com/media/3bznFj6OB5381BEjDu/giphy.gif)

## 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

![](/results/ascii_image_2018.gif)