Skip to content

My humble Advent of Code 2023 submissions written in the Rust programming language 🦀

Notifications You must be signed in to change notification settings

math-queiroz/AdventOfCode2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎄 Advent of Code 2023 🦀

My solutions to the edition of the year 2023 of Advent of Code calendar of programming puzzles. My approach is pretty casual, I just want to get used to Rust and learn stuff.

How to Use

Feel free to run this code by yourself. Inputs goes on the input folder (be sure their names ends in .txt). Given you have Rust Tools installed and set up, just run the following command to run all days in sequence

cargo run --release

Or, if you rather, run specfic days by replacing the XX on the following command

cargo run --bin XX --release

Fetch

The way I automated fetching inputs and prompts is by using my simple AOCFetcher

About

My humble Advent of Code 2023 submissions written in the Rust programming language 🦀

Topics

Resources

Stars

Watchers

Forks

Languages