Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vest/aoc-rust
- Owner: Vest
- Created: 2020-06-18T14:47:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T14:29:05.000Z (3 months ago)
- Last Synced: 2024-08-20T16:25:46.875Z (3 months 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:
![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)