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.
no he is right, the labels "expected" and "but go" are twisted:
expected: "2" <---------------------------------here should be "but got"
but got: "23571113171923293137" <---------------------------------here should be "expected"
Hey,
I solved the Haskell version of this.
I see and pass all tests in green but then it times-out after 12s !?
What is tested after the "Sieve of Eratosthenes" ? Isn't that the last test for the Haskell version ?
https://github.com/Codewars/codewars-runner-cli/blob/master/documentation/environments/haskell.md sais 1.10.0
this one is really working, the others are badly tested.
which version is required? i mean do I just "import rx from 'rxjs'" or const rxjs = require('rxjs') ? Is ramda also available? is there some documentation about importing libs ?
Hey,
I love codewars and I love RxJS. Could I use RxJS somehow ?
best
Nils