improve README and ToC

This commit is contained in:
Carlos Sousa 2024-12-17 23:19:31 +01:00
parent b5e17454df
commit b3c9d62e12

View File

@ -1,3 +1,33 @@
# Advent of Code
# Advent of Code 2024
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.