Skip to content

Martinif/adventofcode2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023 in Rust

My solutions for the Advent of Code 2023 (adventofcode.com)

Structure

Each day gets a separate file in src/bin/dayxx.rs

Command
Run tests cargo test --bin dayxx
Build: cargo build --release --bin dayxx
Run: cargo run --release --bin dayxx

About

Advent of Code 2023 in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages