generated from janezicmatej/aoc-template
000002500ff177ed6a35ec3de085db8a7c38a4de
Advent-of-Code 2023
This is a dumbed down version of fspoettel/advent-of-code-rust with some extra features
This project targets nightly build of rust, since some preview features are enabled
Project overview
Project structure
data/:examples/: example files go here; you can push this as test are run in ciinputs/: this directory is gitignored, input files go here
src/:bin/:<day>.rs: solution files
lib.rs: library entrypoint, reusable code goes heretemplate.rs: contains template code
utils/: binary packages with convenience scripts structured using cargo workspaces.env.example: example dotenv file
Cli
cargo scaffold <day>: prepare solution files fordaycargo download <day>: download input file fordaycargo solve <day>: run solution against input forday
Run cargo build --workspace --release once so scaffold and download packages get compiled, otherwise they will have to be compiled on first run.
dotenv
set YEAR to whichever year you are solving for and TOKEN to AoC session Cookie
FAQ
How are your commits numbered in ascending order?
Description
Languages
Rust
100%