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 am sure that most people solve easy Tasks like this with Linq because it is a good practice.
argh, I thought the depreciation is compounded ):This comment is hidden because it contains spoiler information about the solution
oh and this was done for rust
I am having problem with the ownership, and the last
collect()
wouldn't work, may I know what went wrong?