Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mattiasbuelens/advent-of-code-2015
- Owner: MattiasBuelens
- Created: 2021-12-29T22:41:58.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-10T23:38:38.000Z (about 3 years ago)
- Last Synced: 2024-11-12T20:48:52.886Z (2 months ago)
- Topics: advent-of-code, advent-of-code-2015
- Language: Rust
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```