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: about 1 month ago
JSON representation
Rust - advent of code
- Host: GitHub
- URL: https://github.com/vest/aoc-rust
- Owner: Vest
- Created: 2020-06-18T14:47:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T14:29:05.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T20:43:06.011Z (over 1 year ago)
- Topics: advent, advent-of-code, advent-of-code-2015, advent-of-code-2020, rust
- Language: Rust
- Homepage: https://adventofcode.com/
- Size: 305 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
[](https://github.com/Vest/aoc-rust/actions/workflows/rust-tests.yml)
[](https://coveralls.io/github/Vest/aoc-rust?branch=master)