*** Always a work in progress ***
This is meant for personal practice for general use of differnet programming languages.
Files are numbered 1 to N, N being the question numbers
Please run the following command appropriately to execute any solution:
clang++ cpp/<n>.cpp
node js/<n>.js
python3 python/<n>.py
Additional note: These may or may not be the most efficient solution to the answers. If you wish to attempt project euler, I highly suggest giving it a go yourself without looking at the solutions first.