Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)