Skip to content

bennyy/aoc2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023

Solutions for Advent of Code 2023.

I'm trying to learn Rust. 🦀

Run all puzzles

cargo run

Run the tests

cargo test

Run lint

cargo clippy