Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
lmao savage
The description is changed to be more clear with some steps you described. Please tell me if this suggestion has been resolved or something else should be added, thanks ^.^
congrats on the wife
This really made me and my wife laugh
I found the description very confusing and only figured out what json post key I was supposed to use by looking at the test cases. I have provided a rewrite for the code descriptions below that will hopefully make this kata a bit more clear for future codwarriors:
Implement a flask webserver that runs on localhost:4000 for host:port respectively.
There should be two routes:
Your flask webserver's Flask.run() method should be called from the runner() method.