Skip to content

martinschaer/adventofcode2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023

Calendar

How to run each excercise:

cargo run --bin day01 ./inputs/day01.txt

# with info logs
RUST_LOG=info cargo run day01 ./inputs/day01.txt

# with debug logs
RUST_LOG=debug cargo run day01 ./inputs/day01.txt

How to build everything:

cargo build --release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages