Skip to content

rafaeelaudibert/AdventOfCode.ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Elixir

CI Badge

Repository containing the working in progress solutions for 2020 AOC in Elixir.

Disclaimer: I'm a totally beginner in Elixir, and you can be totally sure that every code contained in this repository isn't the right way to solve the problems in Elixir.

Usage

You can run the tests with mix test.

If you want to run only a part of a given day individually, you can use the available mix tasks. For example, mix d01.p1 to run the part1 for day 1. You can also pass an extra -b flag, to run a benchmark.

Credits

This template execution goes to @mhanberg and their publically available template.

About

Advent of Code 2020 in Elixir (by a newbie).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages