Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/melkir/advent-of-code-2024


https://github.com/melkir/advent-of-code-2024

Last synced: 2 days ago
JSON representation

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
```