An open API service indexing awesome lists of open source software.

https://github.com/veresdavid/advent-of-code-2024

My Advent of Code 2024 calendar, solutions written in Elixir.
https://github.com/veresdavid/advent-of-code-2024

advent-of-code-2024 elixir

Last synced: 5 months ago
JSON representation

My Advent of Code 2024 calendar, solutions written in Elixir.

Awesome Lists containing this project

README

        

# Advent of Code 2024

My Advent of Code 2024 calendar, solutions written in **Elixir**.

## Calendar

- [x] Day 01 ⭐⭐
- [x] Day 02 ⭐⭐
- [x] Day 03 ⭐⭐
- [x] Day 04 ⭐⭐
- [x] Day 05 ⭐⭐
- [x] Day 06 ⭐⭐
- [x] Day 07 ⭐⭐
- [x] Day 08 ⭐⭐
- [x] Day 09 ⭐⭐
- [x] Day 10 ⭐⭐
- [x] Day 11 ⭐
- [x] Day 12 ⭐⭐
- [x] Day 13 ⭐
- [x] Day 14 ⭐⭐
- [x] Day 15 ⭐⭐
- [x] Day 16 ⭐
- [x] Day 17 ⭐
- [x] Day 18 ⭐⭐
- [x] Day 19 ⭐⭐
- [x] Day 20 ⭐
- [x] Day 21 ⭐
- [x] Day 22 ⭐
- [x] Day 23 ⭐
- [x] Day 24 ⭐
- [x] Day 25 ⭐

## Running the solutions

Each puzzle has a separate folder, where the solutions are provided in form of `.exs` (Elixir script) files.

Example and real input files are also attached.

To run a particular solution for a given input file, this command can be used:

```bash
elixir solution_file.exs < input
```