SHARE
TWEET
Untitled
a guest
Jan 29th, 2018
50
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- public class Point {
- public float x;
- public float y;
- public Point(float x, float y) {
- this.x = x;
- this.y = y;
- }
- }
RAW Paste Data

