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.
Duplicate
https://www.codewars.com/kata/51c8991dee245d7ddf00000e
Hi,
Cheers with first kata!
public static int Move(int position, int roll)
=> roll < 1 || roll > 6 ? position : position + roll + roll;
Wow........................................................................
BasicTetst("Hello","o",1)
Test Failed
Expected: 1
But was: 4
???
// Please don't delete me! // Okay 💕💗💜💞💓
😍