discretegames / manychallenges

Various code challenges completed in many programming languages at once using RunMany.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

Solution Folders

About

Various code challenges completed in many programming languages at once using RunMany.

License:MIT License