Skip to content

Instantly share code, notes, and snippets.

@plol36
Created May 14, 2015 20:47
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 plol36/7fbcb27f8a1ad1ef557a to your computer and use it in GitHub Desktop.
Save plol36/7fbcb27f8a1ad1ef557a to your computer and use it in GitHub Desktop.
class Books {
String name;
String owner;
int countOfPages;
}
@Glebuar
Copy link

Glebuar commented May 15, 2015

Всё верно.

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