This commit is contained in:
Josh Deprez 2021-09-02 14:18:58 +10:00
parent 60bbd14487
commit 4970326114

View file

@ -5,7 +5,7 @@ import (
"strconv"
)
// Point3 is a en element of int^3.
// Point3 is a an element of int^3.
type Point3 struct {
X, Y, Z int
}