Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month 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 ⭐⭐
- [ ] Day 06
- [ ] Day 07
- [ ] Day 08
- [ ] Day 09
- [ ] Day 10
- [ ] Day 11
- [ ] Day 12
- [ ] Day 13
- [ ] Day 14
- [ ] Day 15
- [ ] Day 16
- [ ] Day 17
- [ ] Day 18
- [ ] Day 19
- [ ] Day 20
- [ ] Day 21
- [ ] Day 22
- [ ] Day 23
- [ ] Day 24
- [ ] 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
```