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.
- Host: GitHub
- URL: https://github.com/eoic/adventofcode2023
- Owner: Eoic
- Created: 2023-12-02T12:04:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-13T20:30:35.000Z (over 2 years ago)
- Last Synced: 2025-05-25T09:40:58.835Z (about 1 year ago)
- Topics: elixir
- Language: Elixir
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.