advent-of-code-2021 solutions in js and py
There are 2 main folders for Javascript and Python solutions named js and py respectively. Both main folders contain a folder for each day problem.i.e day-1, day-2
You might need node & python installed on your environment to execute solutions. While having all, simply run the following in the command line while in the related directory.
node js/day-1/answer.js
python py/day-1/answer.py