Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/justynhunter/advent-of-code-2023-ex

Advent of Code 2023 in Elixir
https://github.com/justynhunter/advent-of-code-2023-ex

advent-of-code advent-of-code-2023 advent-of-code-2023-elixir elixir

Last synced: 22 days ago
JSON representation

Advent of Code 2023 in Elixir

Awesome Lists containing this project

README

        

[![Run Tests](https://github.com/justynhunter/advent-of-code-2023-ex/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/justynhunter/advent-of-code-2023-ex/actions/workflows/test.yml)
# AdventOfCode2023

To get day 1 answers;

```bash
mix day01
```
`mix day02` for day 2 and so on.

`mix test` for tests