Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/everlastingbugstopper/advent-of-code-2019
- Owner: EverlastingBugstopper
- Created: 2019-12-09T00:57:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-19T22:15:30.000Z (about 5 years ago)
- Last Synced: 2024-11-12T16:49:22.774Z (3 months ago)
- Language: Rust
- Size: 31.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.