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.
This repository contains my Advent of Code solutions in:
- JavaScript - all available editions
- Rust - slowly exploring the language 🥳
All puzzle, example and input data is normalized in the puzzles
-folder so that
it can be used regardless of target language. This puzzle data is intellectual
property of Advent of Code / its creator Eric Wastl.