https://github.com/mugimaru/adventofcode2018
Solves advent of code 2018 puzzles in elixir.
https://github.com/mugimaru/adventofcode2018
Last synced: 2 months ago
JSON representation
Solves advent of code 2018 puzzles in elixir.
- Host: GitHub
- URL: https://github.com/mugimaru/adventofcode2018
- Owner: mugimaru
- License: mit
- Created: 2018-12-02T08:37:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-20T04:15:19.000Z (over 7 years ago)
- Last Synced: 2025-03-05T23:45:04.191Z (over 1 year ago)
- Language: Elixir
- Homepage: https://adventofcode.com/2018
- Size: 133 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AdventOfCode 2018
Solve [Advent of Code 2018](https://adventofcode.com/2018) puzzles with [elixir](https://elixir-lang.org/).
## Installation
```
mix deps.get
mix escript.build
```
## Usage
To solve second part of a puzzle from day 1 run
./aoc 1 2