Skip to content

julianuziemblo/advent-of-code-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023 - Rust solutions

Hi! This repository contains my solutions to the problems from AoC2023, written in the Rust programming language!

About

This was my first year solving the problems and I must admit that it was a lot of fun! Although I managed to only get 13 of the problems solved, I feel like I learned a lot. Not only about Rust, but also about many beautiful potential solutions to popular programming problems. So, this repository does not contain the best solutions; these are just my attempts at solving the provided problems.

Compilation

To compile and run the solution for a specific day, simply navigate to this day's subfolder and run this command:

cargo run

(Of course, Rust and Cargo are required. You can install easily them with this guide)

Dependencies

Most of the days use only the Rust's standard library. However, there are some that require simple libraries like Indicatiff or Itertools. These can be easily installed by running the following command:

cargo build

About

My solutions to the AoC2023 problems in Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages