Skip to content

Instantly share code, notes, and snippets.

@Grower56rus
Created August 20, 2015 07:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Grower56rus/03ae1cbdff64f03bee71 to your computer and use it in GitHub Desktop.
Save Grower56rus/03ae1cbdff64f03bee71 to your computer and use it in GitHub Desktop.
class House {
String address;
int countOffloors;
int appartmentsCount;
String owner;
}
@Glebuar
Copy link

Glebuar commented Aug 20, 2015

Верно

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment