https://github.com/jedevc/advent-of-code-2022
https://github.com/jedevc/advent-of-code-2022
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jedevc/advent-of-code-2022
- Owner: jedevc
- Created: 2022-11-27T12:35:04.000Z (over 3 years ago)
- Default Branch: trunk
- Last Pushed: 2022-12-05T08:14:42.000Z (over 3 years ago)
- Last Synced: 2025-03-11T13:52:27.573Z (over 1 year ago)
- Language: Rust
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2022
My solutions to AOC 2022 in Rust!
To run tests:
cargo test
To output solutions for day **X**:
cargo run --bin dayX