Skip to content

lkwinta/advent_of_code_2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdventOfCode2024

Project for Advent of Code 2024 Edition with solutions in Elixir. Project was created using mix project manager with aoc package for managing solutions environment.

Usage

To set default attribute:

mix aoc.set --dat <N> --year <N>

To run tests (examples from task description) run:

mix aoc.test --day <N> --part <N>

To run downloaded task input file (from /priv/2024/day-xx.inp) run:

mix aoc.run --day <xx>

To create new solution file for new day, run:

mix aoc.create --day <xx>

Releases

No releases published

Packages

No packages published

Languages