/aoc-rust

Rust - advent of code

Primary LanguageRust

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 Coverage Status