Skip to content

Commit

Permalink
lab5 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kokter committed Dec 24, 2023
1 parent 2f4d62d commit a838a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golang/internal/lab5/lab5.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ func SetName(new_name string, c *cat) string {
return c.name
}
func PrintInfCat(c *cat) {
fmt.Println("Cat's name is", c.name, "\nCat's breed is", c.breed, "\nCat's age is", c.age, "\n")
fmt.Println("Cat's name is", c.name, "\nCat's breed is", c.breed, "\nCat's age is", c.age)
}

0 comments on commit a838a7b

Please sign in to comment.