diff --git a/Advent of Code/README.md b/Advent of Code/README.md index d3cb6e4..e7c65fd 100644 --- a/Advent of Code/README.md +++ b/Advent of Code/README.md @@ -1,3 +1,33 @@ -# Advent of Code +# Advent of Code 2024 -Source: [Advent of Code](https://adventofcode.com) \ No newline at end of file +Source: [Advent of Code](https://adventofcode.com) + +## Table of Contents + +- [Advent of Code 2024](#advent-of-code-2024) + - [Table of Contents](#table-of-contents) + - [Overview](#overview) + - [Getting Started](#getting-started) + - [Directory Structure](#directory-structure) + - [Contributing](#contributing) + - [License](#license) + +## Overview + +Advent of Code is an annual event where participants solve daily coding challenges throughout December. Each day presents a new problem, often reflecting a festive theme. This repository contains my solutions to each day's challenges, as well as my reflections and learnings along the way. + +## Getting Started + +To run the Go solutions, ensure you have Go installed on your machine. You can check your installation by running: + +``` bash +go version +``` + +## Directory Structure + +## Contributing +If you would like to contribute or provide feedback, feel free to reach out or create an issue. I welcome suggestions, improvements, and discussions related to the Advent of Code challenges. + +## License +This project is licensed under the MIT License. See the LICENSE file for more details. \ No newline at end of file