Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lkwinta/advent_of_code_2024
🎄 Advent of Code 2024
https://github.com/lkwinta/advent_of_code_2024
advent-of-code advent-of-code-2024 advent-of-code-2024-elixir elixir
Last synced: about 1 month ago
JSON representation
🎄 Advent of Code 2024
- Host: GitHub
- URL: https://github.com/lkwinta/advent_of_code_2024
- Owner: lkwinta
- Created: 2024-12-01T15:07:29.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-12-03T07:51:23.000Z (about 1 month ago)
- Last Synced: 2024-12-03T08:33:31.688Z (about 1 month ago)
- Topics: advent-of-code, advent-of-code-2024, advent-of-code-2024-elixir, elixir
- Language: Elixir
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AdventOfCode2024
Project for Advent of Code 2024 Edition with solutions in Elixir. Project was created using `mix` project manager with [aoc](https://hexdocs.pm/aoc/readme.html) package for managing solutions environment.
## Usage
To set default attribute:`mix aoc.set --dat --year `
To run tests (examples from task description) run:
`mix aoc.test --day --part `
To run downloaded task input file (from /priv/2024/day-xx.inp) run:
`mix aoc.run --day `
To create new solution file for new day, run:
`mix aoc.create --day `