Categorygithub.com/simaogato/aoc
repository
0.0.0-20241219084835-2783c4bc9fe9
Repository: https://github.com/simaogato/aoc.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Advent of Code Solutions

This repository contains my solutions to the Advent of Code challenges. Advent of Code is an annual event where coding puzzles are released daily from December 1st to December 25th.

About Advent of Code

Advent of Code provides a fun and engaging way to improve your problem-solving and coding skills. Each day, two challenges are released, and participants are encouraged to solve them using their preferred programming language(s). The challenges range from simple to complex and cover various topics such as algorithms, data structures, math, and more.

To learn more about Advent of Code and participate in the challenges, visit the Advent of Code website.

Repository Structure

The repository is organized by year and day, with separate folders for each challenge. Within each day's folder, you'll find language-specific subfolders and corresponding solution files.