https://github.com/dancatchpole/aoc2022
Advent of Code 2022
https://github.com/dancatchpole/aoc2022
Last synced: 9 months ago
JSON representation
Advent of Code 2022
- Host: GitHub
- URL: https://github.com/dancatchpole/aoc2022
- Owner: DanCatchpole
- Created: 2022-12-01T21:48:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T22:02:36.000Z (over 3 years ago)
- Last Synced: 2025-04-23T22:39:44.268Z (about 1 year ago)
- Language: Rust
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Advent of Code 2022
My advent of code solutions for 2022 - this year attempting to learn Rust!
- To run: `cargo run [day]`
- To test: `cargo test`