Skip to content

Instantly share code, notes, and snippets.

@mkaziyev
Created April 25, 2015 11:06
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 mkaziyev/1bbe9ef60ac4cca9959e to your computer and use it in GitHub Desktop.
Save mkaziyev/1bbe9ef60ac4cca9959e to your computer and use it in GitHub Desktop.
class House {
String address;
int flootsCount;
int appartmentsCount;
String owner;
}
@Glebuar
Copy link

Glebuar commented May 7, 2015

Всё верно.

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