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.
What is duplicated origin points test?
in one test it says:
in another test it says:
The definition of
Point3d
should be provided somewhere for the user somewhere. Currently what is going on in preloaded is completely opaque.Even better don't make the fucking class at all since it's just an instance of
(Int, Int, Int)
.Relies on runner concatenating preloaded and solution for the type annotations. Explicitly import type annotations in the solution setup if you wish to use them, as the user trying to import anything from preloaded will make it fail to run.