Go to file Use this template
Matej Janezic 00000130a0
refactor(lint): clippy
2022-12-06 21:48:14 +01:00
.cargo feat: download cli command 2022-11-28 21:59:26 +01:00
.github/workflows feat: split ci in multiple files and add badges to README.md 2022-11-30 21:51:37 +01:00
src refactor(lint): clippy 2022-12-06 21:48:14 +01:00
.env.example feat: download cli command 2022-11-28 21:59:26 +01:00
.gitignore feat: add github ci for tests, cargo check and clippy 2022-11-30 21:43:29 +01:00
Cargo.lock fix!: remove rust-crypto 2022-12-04 23:16:58 +01:00
Cargo.toml fix!: remove rust-crypto 2022-12-04 23:16:58 +01:00
README.md chore: simplify README.md 2022-12-02 14:43:17 +01:00

README.md

Check Tests Clippy

Advent-of-Code {YEAR}

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 here
    • test_inputs/: example files go here; you can push this as test are run in ci
    • helpers.rs: helper functions you can reuse in solution files go here
    • lib.rs: contains framework code
    • main.rs: contains framework code
  • .env.example: example dotenv file

Cli

  • cargo prepare <day>: prepare solution files for day
  • cargo download <day>: download input file for day
  • cargo solve <day>: run solution against input for day
  • cargo 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?

https://westling.dev/b/extremely-linear-git