Skip to content

discretegames/manychallenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published