Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/meadsteve/adventofcode2018

🎁 Eveeeeen later this year
https://github.com/meadsteve/adventofcode2018

Last synced: 5 days ago
JSON representation

🎁 Eveeeeen later this year

Awesome Lists containing this project

README

        

# Rust advent of code 2018

## Testing
```bash
cargo test
```

## Running
```bash
cargo run --bin day01 < inputs/day01.txt
```