Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mattiasbuelens/advent-of-code-2015

My solutions for Advent of Code 2015
https://github.com/mattiasbuelens/advent-of-code-2015

advent-of-code advent-of-code-2015

Last synced: 4 days ago
JSON representation

My solutions for Advent of Code 2015

Awesome Lists containing this project

README

        

# Advent of Code 2015
My solutions for [Advent of Code 2015](https://adventofcode.com/2015/), written in [Rust](https://www.rust-lang.org/).

## Running
This project uses [cargo-aoc](https://github.com/gobanos/cargo-aoc) by [@gobanos](https://github.com/gobanos/).

To run the solution for a specific day (e.g. day 1):
```sh
$ cargo aoc -d 1
```

To run all solutions:
```sh
$ cargo run
```