5 lines
44 B
Groovy
5 lines
44 B
Groovy
|
class Book {
|
||
|
String author
|
||
|
String title
|
||
|
}
|