Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/laszlokorte/aoc2023
- Owner: laszlokorte
- Created: 2023-12-01T17:38:11.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-27T22:15:15.000Z (11 months ago)
- Last Synced: 2024-04-09T23:06:25.373Z (7 months ago)
- Topics: aoc2023, aoc2023-elixir
- Language: Elixir
- Homepage: https://adventofcode.com/
- Size: 2.91 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```