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

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: about 2 months 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.

I'm using [Mise](https://mise.jdx.dev/) to manage my development environment.

## 2025

For 2025, I've decided to solve the puzzles in [Go](https://go.dev/). It's a language that I've been trying to learn and what a better way to learn a new language than to solve puzzles with it?

To run the puzzles, you can use the following command:

```sh
cd 2025
go run ./
```

## 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.