aboutsummaryrefslogtreecommitdiff
path: root/src/test/test1/Point.java
blob: 1f88159c1847dd396a2b007ce6e2ffdd72d9274e (plain)
1
2
3
4
5
package test1;

public class Point {
    public int x, y;
}