aoc-rs-1npo

Crates.ioaoc-rs-1npo
lib.rsaoc-rs-1npo
version0.1.0
sourcesrc
created_at2024-12-02 00:10:39.02561
updated_at2024-12-02 00:10:39.02561
descriptionMy attempt at using Rust to solve Advent of Code puzzles
homepage
repository
max_upload_size
id1467988
size53,974
Nick (1npo)

documentation

README

aoc-rs

My attempt at using Rust to solve Advent of Code puzzles.

Usage

Run cargo install aoc-rs-1npo to download the crate. aoc-rs was already taken on crates.io, so I used aoc-rs-1npo instead.

Use the solve command to print the solution to the screen. For example, to get the solution for part 1 of day 1 in AoC 2024:

aoc-rs-1npo solve 2024 1 1

Use the submit command to submit the solution as an answer to adventofcode.com. For example, to submit the solution for part 2 of day 1 in AoC 2024:

aoc-rs-1npo submit 2024 1 2

Acknowledgements

Thanks to Nir for his template.rs file :)

Commit count: 0

cargo fmt