Skadic / aoc_template

A Rust template for Advent of Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aoc_template

A Rust template for Advent of Code. You can clone this with cargo-generate using:

cargo generate Skadic/aoc_template

You have several just targets to run parts and benchmark them:

Available recipes:
    bench nr # Benchmark part
    inputs day=today year=current_year # Download the input for a given day and year.
    load day=today year=current_year # alias for `inputs`
    part nr  # Run part

All of the targets have aliases equal to their first letter.

For example, to run part 1, use:

just part 1

To benchmark part 1, use:

just bench 1

About

A Rust template for Advent of Code


Languages

Language:Rust 56.0%Language:Just 44.0%