Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 458 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 458 Bytes

Advent of Code 2023

Welcome to my repository for the Advent of Code 2023! This repository contains my solutions for the challenges provided by Advent of Code.

Structure

The repository is organized by days, with each day's solutions and input data placed in a dedicated folder.

./
│
├── day-01/
│   └── src/
|       └── main.rs
│
├── day-02/
│   └── src/
|       └── main.rs
│
└── ...