Skip to content

How to test a challenge?

Paulo Elienay II edited this page Dec 7, 2019 · 1 revision

How to test a challenge?

You can download anything from GitHub with svn. To do that, simply download svn from your package manager. You can also git clone https://github.com/paulo-e/programming_challenges but that will download every single challenge from every version and site (in the future that can be a lot of things).

Debian-based distros

sudo apt-get install svn

Fedora

sudo dnf install svn

Arch Linux

sudo pacman -S svn

What now?

Then export the folder you want. (The actual code is in the README.md you find in every challenge folder) svn export https://github.com/paulo-e/programming_challenges/trunk/v4/15_chatbot chatbot

Clone this wiki locally