Ecosyste.ms: Awesome
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: about 1 month 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 (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-12-01T08:50:54.000Z (about 1 month ago)
- Last Synced: 2024-12-01T09:33:14.561Z (about 1 month ago)
- Topics: advent-of-code-2024, elixir
- Language: Elixir
- Homepage:
- Size: 0 Bytes
- Stars: 0
- 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 ⭐⭐
- [ ] 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
```