https://github.com/ricountzero/advent-of-code-elixir
Advent of Code
https://github.com/ricountzero/advent-of-code-elixir
Last synced: 5 months ago
JSON representation
Advent of Code
- Host: GitHub
- URL: https://github.com/ricountzero/advent-of-code-elixir
- Owner: ricountzero
- Created: 2024-10-30T17:57:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T18:07:24.000Z (over 1 year ago)
- Last Synced: 2026-01-11T11:44:52.543Z (6 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code Elixir
My [**Advent of Code**](https://adventofcode.com) journey.
Do:
```
mix deps.get
```
To play with the application in `iex`:
```
iex -S mix
```