https://github.com/wintercore/aoc2022
https://github.com/wintercore/aoc2022
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/wintercore/aoc2022
- Owner: WinterCore
- Created: 2022-12-01T11:38:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-26T21:12:44.000Z (about 3 years ago)
- Last Synced: 2025-02-14T20:31:43.478Z (over 1 year ago)
- Language: Rust
- Size: 5.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Advent of Code 2022 Solutions in Rust
## How to run locally
1. Install the [rust compiler](https://www.rust-lang.org/tools/install)
2. Use the included `run.sh` script. eg: `./run.sh day01` will run the solution of the first day.