Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/laszlokorte/aoc2023

Advent of Code 2023 Elixir
https://github.com/laszlokorte/aoc2023

aoc2023 aoc2023-elixir

Last synced: about 19 hours ago
JSON representation

Advent of Code 2023 Elixir

Awesome Lists containing this project

README

        

# My attempt at Advent of Code 2023 in Elixir

![Progress Screenshot](./progress.png)

## Run a single day

```sh
mix aoc_run 14
```

## Run a single challange

```sh
mix aoc_run 14 1 test
mix aoc_run 14 1 prod
mix aoc_run 14 2 test
mix aoc_run 14 2 prod
```

## Run all challanges at once

```sh
mix aoc_run
```

## Generate Template for a new Day

```sh
mix aoc_init 25 # for day 25
```