mirror of
https://github.com/rjNemo/ai_advent_code_2024
synced 2026-06-06 02:26:44 +00:00
docs: Update README.md formatting and improve readability
This commit is contained in:
parent
11fe85f143
commit
c790fefd21
1 changed files with 5 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
# Advent of Code 2024
|
||||
|
||||
This repository contains solutions for the [Advent of Code 2024](https://adventofcode.com/2024) programming puzzles, implemented in Elixir.
|
||||
This repository contains solutions for the [Advent of Code 2024](https://adventofcode.com/2024)
|
||||
programming puzzles, implemented in Elixir.
|
||||
|
||||
## Project Description
|
||||
|
||||
|
|
@ -22,17 +23,20 @@ Advent of Code is an annual set of Christmas-themed programming challenges that
|
|||
### Installation
|
||||
|
||||
1. Clone the repository:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/yourusername/advent_code_2024.git
|
||||
cd advent_code_2024
|
||||
```
|
||||
|
||||
2. Fetch dependencies:
|
||||
|
||||
```bash
|
||||
mix deps.get
|
||||
```
|
||||
|
||||
3. Compile the project:
|
||||
|
||||
```bash
|
||||
mix compile
|
||||
```
|
||||
|
|
@ -89,4 +93,3 @@ mix test test/advent_code2024_test.exs
|
|||
## License
|
||||
|
||||
This project is licensed under the MIT License - see the LICENSE file for details.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue