Skip to content

Programming-Simplified-Community/programming-challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Info

Consolidated place to manage multiple repository releases. Each repo will generate a docker image on release. Ideally, 1 repo per language.

To prevent people from just easily reading our tests, those repos are private.


As a Programming Simplified Community contributor if you clone this repository you will need to excute the following commands

git clone --recurse-submodules https://github.com/Programming-Simplified-Community/programming-challenges.git
cd programming-challenges

Because we use a submodule pointing to other repos, if you wish to update the repos to their latest run:

git submodule update --remote
git add nameofrepohere
git commit -m "updated repo reference"
git push origin

nameofrepohere represents the repository, or repositories whose references got updated.

About

Contains automated tests for various challenges open to the community.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages