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

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


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

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Advent of Code
:christmas_tree:

```
*
/|\
/*|*\
/**|**\
/****|****\
/*****|*****\
/*****|******/\
*******|********\
/*******o|*******o\
/*********|*********\
|||
|||
||| 🦌
```
*gpt representation of a Chrismas on the fourth try with a deer next to it*

Annual Advent Calendar with code puzzels.

## Personal goals
Try to get it right at the first attempt! =)

This is my personal archive of all my solved puzzles.

## Prequisities
I try to solve the puzzles solely a the browser console.

So you need:
- a browser loaded with a browser console
- the page with the input

## Tips
- use the example code blocks
```javascript
input = document.getSelection().focusNode.innerText.split('\n').filter(l => l.length);
```

## Status
On a roll for 2022, try catch-up with past years... Joined december 2022...