Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 `