https://github.com/theypsilon/advent-of-code-2019
Solutions for Advent of Code 2019 implemented in Rust
https://github.com/theypsilon/advent-of-code-2019
Last synced: over 1 year ago
JSON representation
Solutions for Advent of Code 2019 implemented in Rust
- Host: GitHub
- URL: https://github.com/theypsilon/advent-of-code-2019
- Owner: theypsilon
- Created: 2019-12-01T05:56:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-12T18:41:52.000Z (over 6 years ago)
- Last Synced: 2025-02-01T11:30:24.872Z (over 1 year ago)
- Language: Rust
- Homepage: https://www.youtube.com/playlist?list=PL959l4g0Ko1riV3QU_qcTgue41y4S7ffP
- Size: 81.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2019
Solutions for [AoC](https://adventofcode.com/2019/) done in Rust.
Every solution has its own dependency-free crate, with a single self-contained main.rs, so it can be run with an online compiler entirely and thus you don't need to install rust in your system to test them. Just copy/paste them into https://play.rust-lang.org/
I try to keep it simple. I implement tests quite often as a mean to reduce the surface of the problems, and also to get frequent feedback about possible regressions.