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

https://github.com/eoic/adventofcode2023

Advent of Code 2023 solutions in Elixir.
https://github.com/eoic/adventofcode2023

elixir

Last synced: 10 months ago
JSON representation

Advent of Code 2023 solutions in Elixir.

Awesome Lists containing this project

README

          

# Advent of Code 2023
Solutions in Elixir.

### Commands
* `mix day_`, for example, `mix day_1` to run compute solution for day 1.
* `mix format` to format code.