Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 630 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 630 Bytes

Advent of Code 2023 in Rust

https://adventofcode.com/2023

External dependencies

Cargo Usage

  1. Build:
    cargo build 
  2. Test:
    cargo test
  3. Run:
    cargo run

Executable usage:

Usage: aoc2023 [OPTIONS] --token <TOKEN>

Options:
  -y, --year <YEAR>    Year for which to solve the Advent of Code [default: 2023]
  -d, --day <DAY>      Day for which to solve the Advent of Code, 0 means solve all days [default: 0]
  -t, --token <TOKEN>  Token to access your puzzle input
  -h, --help           Print help