Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/myty/advent-of-code

My advent of code solutions
https://github.com/myty/advent-of-code

advent-of-code advent-of-code-2024 aoc aoc-2024-in-deno deno

Last synced: 13 days ago
JSON representation

My advent of code solutions

Awesome Lists containing this project

README

        

# Advent of Code

Advent of Code 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.

## 2024

For 2024, I've decided to solve the puzzles in [Deno](https://deno.com/) again
mostly because of this: . You can
follow along with my (work-in-progress) [solutions for 2024](./2024/).

## 2023

For 2023, I am solving the puzzles in [Deno](https://deno.com/). See my
[solutions](./2023/). They may not be pretty, but they work.