Skip to content

apdofficial/advent-of-code-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

AOC 2023 solutions in Rust

Topics

Resources

Stars

Watchers

Forks

Languages