JulianFrattini / aoc-23

Participation in the Advent of Code 2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Participation in the Advent of Code 2023

License:MIT License


Languages

Language:Rust 100.0%