Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/melkir/advent-of-code-2024
https://github.com/melkir/advent-of-code-2024
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/melkir/advent-of-code-2024
- Owner: melkir
- Created: 2024-12-05T14:01:32.000Z (23 days ago)
- Default Branch: main
- Last Pushed: 2024-12-08T13:48:46.000Z (20 days ago)
- Last Synced: 2024-12-08T14:32:11.171Z (20 days ago)
- Language: Rust
- Size: 9.77 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
```