Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/juanbono/advent_of_code
- Owner: juanbono
- License: apache-2.0
- Created: 2019-12-05T04:50:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-05T04:50:42.000Z (about 5 years ago)
- Last Synced: 2024-12-04T10:13:55.492Z (2 months ago)
- Topics: advent-of-code-2019, erlang
- Language: Erlang
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)