Skip to content

Instantly share code, notes, and snippets.

@uncoded-ro
Created January 12, 2020 12:38
Show Gist options
  • Save uncoded-ro/c7a406eba9fb32dc5e61490d8d786647 to your computer and use it in GitHub Desktop.
Save uncoded-ro/c7a406eba9fb32dc5e61490d8d786647 to your computer and use it in GitHub Desktop.
class Cerc {
// variabila clasa
static final double PI = 3.14;
// variabile instanta
double x;
double y;
double raza;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment