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-2018

Warning: spoilers
https://github.com/tomcur/advent-of-code-2018

advent-of-code advent-of-code-2018

Last synced: about 14 hours ago
JSON representation

Warning: spoilers

Awesome Lists containing this project

README

        

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

![December 13](assets/december13.gif)

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

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