/aoc-23

Participation in the Advent of Code 2023

Primary LanguageRustMIT LicenseMIT

Advent of Code 2023

GitHub

This repository contains my attempt at the Advent of Code 2023 Challenge using the Rust programming language for the first time.

Build and Run

The code can be built and executed via cargo for any specific day:

cargo run --bin day01

Copyright

Copyright of the code in this repository © 2023 Julian Frattini. This work is licensed under MIT License.