Skip to content

phord/AdventOfCode2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023 solutions

  • Run the last solution with: cargo run --release

  • Run all solutions with: cargo run --release -- -a

  • Run the benchmarks with: cargo bench --bench aoc-bench

Implementing solutions

Solutions are in src/day*.rs. See src/example.rs for an example with unit tests.

  1. Uncomment the Part1 code, implement it and run the test.
  2. When it works, run the Part1 code with real input using cargo run --release
  3. Repeat for Part2

Unit testing:

Store sample data in the code directly. It's not available to download. Assign expected values to ANS1 and ANS2.

About

Programming competition

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published