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.
Including header files with
#include <...>
definitely works.Try for yourself:
https://www.codewars.com/kata/find-maximum-and-minimum-values-of-a-list/cpp
Hello, I've just joined code wars working with the C++ kata but when i attempt to include libaries to use certain keywords such as #include , it doesn't work. I can't seem to find any answers for why i can't include them so does anyone here know how i could?