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.
Working on Scala
When I am sending a code like def interpret(input: String): Option[String] =None or like smth in answer ut's working perfectly well and do compilation, but when I send my code with some realised functions, that works well on my computer - it sends an error message:
Test Suite Aborted
Exception encountered when invoking run on a nested suite - Unable to load a Suite class that was discovered in the runpath: SampleAssemblerInterpreterSuite
What is it?