Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vest/aoc-rust

Rust - advent of code
https://github.com/vest/aoc-rust

advent advent-of-code advent-of-code-2015 advent-of-code-2020 rust

Last synced: 26 days ago
JSON representation

Rust - advent of code

Awesome Lists containing this project

README

        

This is my advent of code written in Rust.
I don't know the language well, so it is just a demo + self-learning + something else.

To run the application, you have to define the system environment variable with your session cookie:
e.g. ADVENT_SESSION=5361.....

I have tried to download input files instead of hard-coding them, or supplying as .txt.

Simple tests:
![Rust](https://github.com/Vest/adventofcode/workflows/Rust/badge.svg?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/Vest/aoc-rust/badge.svg?branch=master&kill_cache=1)](https://coveralls.io/github/Vest/aoc-rust?branch=master)