Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Point[] points =new Point[12];
  2. points[0] = new Point(2,1);
  3. points[1] = new Point(3,2);
  4. points[2] = new Point(4,3);
  5. points[3] = new Point(5,4);
  6. points[4] = new Point(4,5);
  7. points[5] = new Point(3,6);
  8. points[6] = new Point(3,8);
  9. points[7] = new Point(3,9);
  10. points[8] = new Point(3,4);
  11. points[9] = new Point(3,3);
  12. points[10] = new Point(3,2);
  13. points[11] = new Point(2,1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement