https://github.com/melkir/advent-of-code-2024
https://github.com/melkir/advent-of-code-2024
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/melkir/advent-of-code-2024
- Owner: melkir
- Created: 2024-12-05T14:01:32.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-03T17:41:14.000Z (6 months ago)
- Last Synced: 2025-02-17T10:11:23.971Z (5 months ago)
- Language: Rust
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Advent of Code 2024
https://adventofcode.com/2024
### Usage
```sh
$ cargo install cargo-aoc
$ cargo aoc credentials ...
$ cargo add aoc-runner aoc-runner-derive# To set up a new day
$ cargo aoc --generate --day 1# To download my input (why we had credentials)
$ cargo aoc input --day 1# To run a given day (leave off --day 1 to run the most recent)
$ cargo aoc --day 1# Benchmarks!
$ cargo aoc bench --day 1
```