hexlet-basics / exercises-go

GO
https://ru.code-basics.com/languages/go
18 stars 46 forks source link

Fix solution #125

Closed sudobooo closed 1 year ago

sudobooo commented 1 year ago

The previous solution returned "JonhSmith"—incorrect because the exercise needs to return "Jonh Smith". I used string concatenation rather than string interpolation because, at that level, people can understand this solution.

fey commented 1 year ago

@sgmdlt посмотри вместе с автором.

sgmdlt commented 1 year ago

Hi, why did you decide that the solution was incorrect if it passed the tests? Look in the documentation, fmt.Println(), with multiple arguments prints them separated by a space.