Skip to content

doing a code challenge every day until burnout ensues.

Notifications You must be signed in to change notification settings

lindgrenj6/adventofcode_2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdventOfCode

My solutions for advent of code 2020, in Elixir!

I'm basically putting input files in input/, and then throwing together a test as well in test/.

Common methods are in lib/advent_of_code.ex for things like reading a specified file, converting a list of strings -> ints etc.

The solutions are in lib/advent_of_code/ named for each day. I will update the unit tests pointing towards new input every time I solve a solution etc.


To validate, just run mix test.

About

doing a code challenge every day until burnout ensues.

Resources

Stars

Watchers

Forks

Languages