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.
- Host: GitHub
- URL: https://github.com/veresdavid/advent-of-code-2024
- Owner: veresdavid
- Created: 2024-12-01T07:05:55.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-12-23T17:39:38.000Z (7 months ago)
- Last Synced: 2024-12-23T18:33:14.376Z (7 months ago)
- Topics: advent-of-code-2024, elixir
- Language: Elixir
- Homepage:
- Size: 150 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```