Skip to content

larsmoil/adventofcode-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My solutions for Advent of Code 2023

Run tests

cargo test

If you want the optimized version:

RUST_MIN_STACK=8388608 cargo test --release

Run

cargo run

If you want the optimized version:

cargo run --release

Development

I usually use cargo watch with the following arguments:

cargo watch \
  -x 'fmt' \
  -x 'test' \
  -x 'clippy -- -W clippy::pedantic -W clippy::cargo' \
  -x run \
  -x 'run --release'

About

Solutions for Advent of Code 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages