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