https://github.com/wintercore/aoc2023
https://github.com/wintercore/aoc2023
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/wintercore/aoc2023
- Owner: WinterCore
- Created: 2023-12-03T11:32:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T14:59:42.000Z (over 1 year ago)
- Last Synced: 2025-02-14T20:31:30.060Z (over 1 year ago)
- Language: Rust
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Advent of Code 2023 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.