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.
Doing this test with C# (.NET Core 3.0, I'm passing it locally and my xUnit test is passing with a ew different scenarios I set up.
But for some reason when I run the code in the browser it adds another digit to the Buy and Sell values, e.g. Locally => Buy: 16500 Sell: 11000; Browser => Buy: 165000 Sell: 110000;
I have no idea where that number comes from and there is no way to debug the code.