Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zachpeterson13/advent-of-code-2023
My Advent of Code 2023 solutions in elixir
https://github.com/zachpeterson13/advent-of-code-2023
advent-of-code advent-of-code-2023 advent-of-code-2023-elixir elixir
Last synced: 29 days ago
JSON representation
My Advent of Code 2023 solutions in elixir
- Host: GitHub
- URL: https://github.com/zachpeterson13/advent-of-code-2023
- Owner: zachpeterson13
- Created: 2023-12-03T23:12:13.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-26T19:05:32.000Z (about 1 year ago)
- Last Synced: 2024-03-16T18:09:03.809Z (10 months ago)
- Topics: advent-of-code, advent-of-code-2023, advent-of-code-2023-elixir, elixir
- Language: Elixir
- Homepage:
- Size: 199 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
![image](https://github.com/zachpeterson13/Advent-of-Code-2023/assets/50000796/7e1c3af7-53ec-4306-8edc-64ba80f42d97)
[Advent of Code](https://adventofcode.com/2023/about) is an Advent calendar of small programming puzzles for a variety
of skill sets and skill levels that can be solved in any programming language you
like. People use them as interview prep, company training, university coursework,
practice problems, a speed contest, or to challenge each other.**_I have chosen to solve every problem this year in [Elixir](https://elixir-lang.org/)_**
- [Day 1](./day01/README.md)
- [Day 2](./day02/README.md)
- [Day 3](./day03/README.md)
- [Day 4](./day04/README.md)
- [Day 5](./day05/README.md)
- [Day 6](./day06/README.md)
- [Day 7](./day07/README.md)
- [Day 8](./day08/README.md)