Skip to content

brendanmc6/adventofcode-elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024 solved with Elixir

WIP. This is my first time using Elixir, and first time doing AOC, so the solutions are not optimal nor idiomatic.

Overview

The implementation for each puzzle resides in a .ex module in the lib folder.

lib/Day01_P01.ex // day 1, puzzle 1
lib/Day01_P02.ex // day 1, puzzle 2
lib/Day02_P01.ex

Each implementation should have a corresponding puzzle input e.g. /inputs/Day01_input.txt (these are added to .gitignore as requested by the advent team)

Running mix solve {day} {puzzle} will output the solution for the given day and puzzle.

mix solve 01 01
// Writes to `/solutions/Day01_P01_solution.txt`

About

Advent Of Code 2024 (WIP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages