diff --git a/subjects/point.en.md b/subjects/point.en.md index e83bc86de..d74ce5d5d 100644 --- a/subjects/point.en.md +++ b/subjects/point.en.md @@ -18,8 +18,7 @@ func main() { setPoint(points) - fmt.Printf("x = %d, y = %d",points.x, points.y) - fmt.Println() + fmt.Printf("x = %d, y = %d\n",points.x, points.y) } ```