Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juanbono/advent_of_code

Advent of Code in Erlang
https://github.com/juanbono/advent_of_code

advent-of-code-2019 erlang

Last synced: 3 days ago
JSON representation

Advent of Code in Erlang

Awesome Lists containing this project

README

        

[advent_of_code](https://adventofcode.com/) (2019 edition)
=====

Language: Erlang

Version: 22.0.7

## How to run the exercises

Start an Erlang REPL:

$ rebar3 shell

Get answer for an specific day and part (for example day 1 - part 2):

1> advent_of_code:run(1, 2).


***** Advent of Code - 2019 edition *****

*** day1 (part1) answer: 3287620 ***

****************************************

## I want to code some exercises!!

Go to the calendar [page](https://adventofcode.com/2019)