https://github.com/jedevc/advent-of-code-2023
https://github.com/jedevc/advent-of-code-2023
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jedevc/advent-of-code-2023
- Owner: jedevc
- Created: 2023-12-01T10:23:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T10:22:16.000Z (over 2 years ago)
- Last Synced: 2025-03-20T19:04:39.344Z (over 1 year ago)
- Language: Rust
- Size: 34.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2023
My solutions to AOC 2023 in Rust!
To run tests:
cargo test
To output solutions for day **X**:
cargo run --bin dayX