https://github.com/cestef/aoc-2023
My solutions for AoC 2023 (written in Rust)
https://github.com/cestef/aoc-2023
Last synced: 8 months ago
JSON representation
My solutions for AoC 2023 (written in Rust)
- Host: GitHub
- URL: https://github.com/cestef/aoc-2023
- Owner: cestef
- Created: 2023-12-01T12:09:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T08:47:36.000Z (over 2 years ago)
- Last Synced: 2025-07-29T05:55:03.034Z (11 months ago)
- Language: Rust
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aoc-2023
My first year solving [Advent of Code](https://adventofcode.com), this project is using the wonderful helper [cargo-aoc](https://github.com/gobanos/cargo-aoc).
## Running
First, make sure you have `cargo-aoc` installed.
```bash
cargo install cargo-aoc
```
You can then run the project with
```bash
cargo aoc
```
## Submitting
I recommend using [aoc-cli](https://github.com/scarvalhojr/aoc-cli) to submit your answers for AoC