Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/everlastingbugstopper/advent-of-code-2019

my advent of code solutions for 2019
https://github.com/everlastingbugstopper/advent-of-code-2019

Last synced: 17 days ago
JSON representation

my advent of code solutions for 2019

Awesome Lists containing this project

README

        

# 🎅 Advent of Code 2019

This repository contains my Rust solutions for the [2019 Advent of Code](https://adventofcode.com/).

## Usage

My Advent of Code solutions are run and compiled with the awesome [aoc-runner](https://github.com/gobanos/cargo-aoc) crate.

If you'd like to run these solutions for yourself, you should install `cargo-aoc` with `cargo install cargo-aoc`, check out this repository, and then run `cargo aoc -day x` where `x` is the day you'd like to see the solutions for.