daily pastebin goal
41%
SHARE
TWEET

Untitled

a guest Jan 29th, 2018 50 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. public class Point {
  2.     public float x;
  3.     public float y;
  4.  
  5.     public Point(float x, float y) {
  6.         this.x = x;
  7.         this.y = y;
  8.     }
  9. }
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top