A repository of various coding challenges completed by me (discretegames) in multiple programming languages with the help of my RunMany Python package and accompanying VSCode extension.
To run the solutions for yourself, ensure you have git and Python 3.6+ or higher installed, then run the following commands in order:
git clone https://github.com/discretegames/manychallenges.git
cd manychallenges
pip install runmany --upgrade
runmany project-euler/1.many
This will run project-euler/1.many which solves Project Euler challenge 1 in 15 different programming languages, each in 2 ways. (Solutions will only work for languages that are installed on your system.)
Use code .
after running the commands above to open the manychallenges directory in
VSCode and install the
RunMany VSCode extension
for syntax highlighting support and to easily run the .many files with F5 (or whatever your run/debug keybind is).