p.go
type Vertex struct {
X, Y int
}
var p *Vertex
p = &Vertex{1, 2}
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
type Vertex struct {
X, Y int
}
var p *Vertex
p = &Vertex{1, 2}
Register as a new user and use Qiita more conveniently
Go to list of users who liked