Browse Source

delete unnecessary instruction

content-update
Augusto 5 years ago committed by Christopher Fremond
parent
commit
6f71193307
  1. 3
      subjects/point.en.md

3
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)
}
```

Loading…
Cancel
Save