tsp
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class Point {
|
||||
constructor(x, y) {
|
||||
this.cx = x;
|
||||
this.cy = y;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,6 @@
|
||||
class Point {
|
||||
constructor(x, y) {
|
||||
this.cx = x;
|
||||
this.cy = y;
|
||||
}
|
||||
}
|
||||