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

https://github.com/udoprog/aoc2019

Solutions to Advent of Code 2019 in Rust
https://github.com/udoprog/aoc2019

advent-of-code advent-of-code-2019 aoc2019 programming-challenges rust solutions

Last synced: 7 months ago
JSON representation

Solutions to Advent of Code 2019 in Rust

Awesome Lists containing this project

README

          

# Idiomatic Solutions to Advent of Code 2019 in Rust

Find puzzles here: http://adventofcode.com/2019

## Usage:

Each day is its own bin.
For example:

```bash
cargo run --bin day1
```