Skip to content

TheMoonDawg/advent_of_code_2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2020 - Powered By Elixir!

About

Advent of Code is a yearly coding challenge to save Christmas!

You can read more about it here: https://adventofcode.com/

Installation

Run mix deps.get to fetch dependencies.

Run mix compile to compile the application.

Testing

Run mix test to run tests.

Solving Puzzles

Run iex -S mix to run an iex session.

Run Solver.solve(day, part), where day is the day of the puzzle (1 - 25) and part is the part of the puzzle (1 or 2).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages