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.
i totally missed that, Thanks!
1 is already in the expression, nothing to fix.
Or you should read the description before saying that something's broken.
The following expression has 2 numbers that can fill the "?" 1 and 7 but the test case is rooting for 7?
"?83850-68610=?15240"
783850-68610===715240
true
183850-68610===115240
true
its the only test case failing with me and it should be fixed.