2 lines
45 B
Racket
2 lines
45 B
Racket
|
|
(struct coordinate (x y)) ; immutable struct
|
|
|
(struct coordinate (x y)) ; immutable struct
|