Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/justynhunter/advent-of-code-2023-ex
- Owner: justynhunter
- Created: 2023-11-29T01:59:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-28T01:12:19.000Z (about 1 year ago)
- Last Synced: 2024-11-08T23:14:56.860Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2023, advent-of-code-2023-elixir, elixir
- Language: Elixir
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
# AdventOfCode2023To get day 1 answers;
```bash
mix day01
```
`mix day02` for day 2 and so on.`mix test` for tests