mirror of
https://github.com/zebrajr/coding-challenges.git
synced 2025-12-06 12:20:53 +01:00
improve README and ToC
This commit is contained in:
parent
b5e17454df
commit
b3c9d62e12
|
|
@ -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.
|
||||
Loading…
Reference in New Issue
Block a user