Advent of Code is an annual series of programming challenges created by Eric Wastl. It consists of daily puzzles released during December, each with two parts that progressively increase in complexity. These challenges are a great way to practice programming, improve problem-solving skills, and have fun solving puzzles in your favorite programming language.
I have decided to use JavaScript because of its flexibility and the ability to solve challenges on any computer.
Warning
The code exposed in this repository is created quickly, unstructured and not optimal. It is not intended to be a reference.
- Open the input page of the challenge in your browser.
- Press F12 to open the developer tools and navigate to the Console tab.
- Paste the solution for the challenge into the console and press Enter.
