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.
Add
(ns kata.bus)
to your solution. I'll fix the kata to include it in the initial solution.I'm getting an error in the Clojure version when I try to run my code:
Exception in thread "main" java.io.FileNotFoundException: Could not locate kata/bus__init.class or kata/bus.clj on classpath., compiling:(/home/codewarrior/./test.clj:10:1)
The code works well and does the job, but I cannot test or submit it within the platform.