-
Notifications
You must be signed in to change notification settings - Fork 3
How to test a challenge?
Paulo Elienay II edited this page Dec 7, 2019
·
1 revision
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).
sudo apt-get install svn
sudo dnf install svn
sudo pacman -S svn
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