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

https://github.com/holsee/adventofcode18

Solutions to advent of code 2018
https://github.com/holsee/adventofcode18

advent-of-code-2018 rust

Last synced: 2 months ago
JSON representation

Solutions to advent of code 2018

Awesome Lists containing this project

README

        

Advent of Code 2018
===================

https://adventofcode.com/ Solutions in Rust.

Running Solutions:
```
$ cd aoc01
$ cargo run < input.txt
```