init
This commit is contained in:
10
c2/divide_canvas/Point.java
Normal file
10
c2/divide_canvas/Point.java
Normal file
@@ -0,0 +1,10 @@
|
||||
public class Point {
|
||||
public int x;
|
||||
public int y;
|
||||
|
||||
public Point(int x, int y) {
|
||||
this.x = x;
|
||||
this.y = y;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user