/************************************************** * Author: Morrison * Date: 21 Oct 202020 **************************************************/ public class PointDriver { public PointDriver() { } public static void main(String[] args) { Point q = Point.ORIGIN; System.out.println(q); } }