https://github.com/zantier/advent-of-code-2021
https://github.com/zantier/advent-of-code-2021
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zantier/advent-of-code-2021
- Owner: Zantier
- Created: 2021-12-04T00:44:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-24T11:12:21.000Z (over 3 years ago)
- Last Synced: 2025-02-03T13:45:48.430Z (4 months ago)
- Language: Rust
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2021
https://adventofcode.com/2021
These are my solutions to programming problems given on the website.
For each day, if I have a solution in rust, it can probably be run with:
```
cargo run