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

Last synced: 1 day 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.

## Getting Started

For the pre-commit hooks to work, you will need to install Husky. An easy way to
do that is to run `deno run -A npm:husky install`

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