5 lines
69 B
Standard ML
5 lines
69 B
Standard ML
structure Whip =
|
|
struct
|
|
type box = {x: int, y: int, size: int}
|
|
end
|