Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tomcur/advent-of-code-2017


https://github.com/tomcur/advent-of-code-2017

Last synced: about 14 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Advent of Code 2017 solutions
This repository contains my solutions for the [Advent of Code 2017](http://adventofcode.com/), written in Rust.

My goal is not to create the most beautiful solutions, nor the most efficient.
Instead I'm using this as a fun way to learn the Rust programming language.

## Compiling and running a solution
To compile and run a solution, you can use Cargo:

```bash
cargo run --bin december01
```