Thanks to visit codestin.com
Credit goes to github.com

Skip to content

My solutions for the advent of code 2023 until I get bored

noxware/aoc-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

38 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŒŸπŸ¦€ aoc-2023 πŸ¦€πŸŒŸ

About

This repo contains my solutions for the Advent of Code 2023 written in Rust.

Repo format example

  • d1p1.rs is my main solution for day 1 part 1.
  • d1p2a1.rs is another (alternative 1) solution for day 1 part 2.

Running a solution

To run a solution use cargo run --bin d1p1 for day 1 part 1.

Providing the puzzle input

Puzzle inputs are fetched automatically thanks to the aocd crate. This is to avoid publishing inputs as requested by the author of AoC.

Follow the instructions of aocd to set up your session token, necessary for fetching your inputs.

Tests

To run tests use cargo test. For each day part, at least the public example is tested but this don't cover edge cases. For debugging purposes or without a particular reason there may be more tests.

About

My solutions for the advent of code 2023 until I get bored

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages