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.
thanks :)))
char [] arr = input.ToCharArray(); ist auch überflüssig. Einfach direkt foreach(var k in input) dann ist k ein char
ty mate. That's exactly what I thought too.
This comment is hidden because it contains spoiler information about the solution
string is a reference type by default and it does not need to be set to nullable "Names?".
src/Solution.cs(6,46): error CS8652: The feature 'target-typed object creation' is currently in Preview and unsupported. To use Preview features, use the 'preview' language version.
src/Solution.cs(42,22): error CS8652: The feature 'or pattern' is currently in Preview and unsupported. To use Preview features, use the 'preview' language version.
:(