https://github.com/binarymuse/advent-of-code-2020
https://github.com/binarymuse/advent-of-code-2020
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/binarymuse/advent-of-code-2020
- Owner: BinaryMuse
- Created: 2020-12-23T03:25:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T01:46:17.000Z (about 4 years ago)
- Last Synced: 2025-10-09T20:44:54.942Z (9 months ago)
- Language: Rust
- Size: 183 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2020 in Rust
This repo contains my Advent of Code 2020 solutions, written in Rust, a language I have been meaning to explore more.
## Running
```bash
# tests
cargo test
# run a specific day
cargo run --
```