4 lines
49 B
Groovy
4 lines
49 B
Groovy
|
class Book {
|
||
|
String author
|
||
|
String title
|
||
|
}
|