0000039083a78b24c419aba16090c76a6c31c4e1
Advent-of-Code 2015
This is a dumbed down version of fspoettel/advent-of-code-rust with some extra features
Project overview
Project structure
src/:bin/:<day>.rs: solution files*.rs: convenience scripts
inputs/: this directory is gitignored, input files go heretest_inputs/: example files go here; you can push this as test are run in cihelpers.rs: helper functions you can reuse in solution files go herelib.rs: contains framework codemain.rs: contains framework code
.env.example: example dotenv file
Cli
cargo prepare <day>: prepare solution files fordaycargo download <day>: download input file fordaycargo solve <day>: run solution against input fordaycargo all: alias for run; runs solutions for all days
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%