Skip to content

Instantly share code, notes, and snippets.

@Ephorie
Created August 10, 2015 09:53
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 Ephorie/cbf127ebb7e58af99457 to your computer and use it in GitHub Desktop.
Save Ephorie/cbf127ebb7e58af99457 to your computer and use it in GitHub Desktop.
class Office {
String name;
String address;
int countOfFloors;
int numberOfWorkers;
String directorName;
String kindOfActivity;
}
@Glebuar
Copy link

Glebuar commented Aug 16, 2015

Верно

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