Solution to the Advent of Code problems in both JavaScript and Python.
To run a solution, cd into its directory and invoke the program:
# day 1
cd aoc01
# JavaScript
node index.js
# Python
python main.pyEnvironments:
- Node.js
v19 - Python
v3.10
TODO:
- Solutions in C#
- Add test cases
- Benchmark the code