Files
2026-03-16 18:03:17 +00:00

8 lines
72 B
JavaScript

class dot{
constructor(x, y){
this.x = x;
this.y = y;
}
}