Skip to content

Elixir solutions to Advent of Code 2021. This is my first foray into Elixir, beware.

Notifications You must be signed in to change notification settings

memoriesadrift/AoC2021-Elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aoc2021

Warning this repo serves as a learning experience in Elixir.

Running the code

In the project folder, run:
iex -S mix
Then type Day<N>.run<M> where <N> is the day number and <M> is the task number, for example: Day1.run1

About

Elixir solutions to Advent of Code 2021. This is my first foray into Elixir, beware.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages