https://github.com/jeroenboersma/advent-of-code
https://github.com/jeroenboersma/advent-of-code
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeroenboersma/advent-of-code
- Owner: JeroenBoersma
- License: gpl-3.0
- Created: 2022-12-10T20:10:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-15T15:43:42.000Z (6 months ago)
- Last Synced: 2025-02-10T00:47:01.549Z (4 months ago)
- Language: JavaScript
- Homepage: https://adventofcode.com/
- Size: 150 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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...