hexlet-basics / exercises-csharp

5 stars 27 forks source link

fix solution #58

Closed sgmdlt closed 2 years ago

sgmdlt commented 2 years ago

In lesson we talk about string concatenation and advice using .ToString() method. But in current solution we use + operator to concatenate string representation which is different from the explicit string conversion.