https://github.com/highb/adventofcode2021
https://github.com/highb/adventofcode2021
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/highb/adventofcode2021
- Owner: highb
- License: apache-2.0
- Archived: true
- Created: 2021-12-01T22:14:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-10T16:00:31.000Z (over 2 years ago)
- Last Synced: 2025-01-20T11:48:02.945Z (over 1 year ago)
- Language: Rust
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code Solutions
These are my [2021 Advent of Code](https://adventofcode.com/) solutions.
## Usage
```bash
rustup
cd advent-2021-day-1
cargo run input
```